Huemint
huemint.com › gradient-5
Huemint - Generate a 5-color gradient
Gradient · 2 Colors · 3 Colors · 4 Colors · 5 Colors · 6 Colors · 7 Colors · 8 Colors · 9 Colors · 10 Colors · Gradient + Background · 2 Colors · 3 Colors · 4 Colors · 5 Colors · Illustration · Illustration 1 · Illustration 2 · Illustration 3 ·
CSS Gradient
cssgradient.io
CSS Gradient – Generator, Maker, and Background
Our swatch collection features a curated selection of gorgeous gradients and color combinations free for you to use however you’d like. Each swatch comes with the basic code you’ll need to implement it on your own website.Browse the gallery · If you need a little inspiration before getting started on your own, our gradient examples page is the best place to go.
Color Designer
colordesigner.io › gradient-generator
Gradient Generator - colordesigner.io
The tool also displays the list of various modes for all of the colors including the HSL, RGB as well as HEX which you can copy and save for later use. Using the Gradient Generator tool is very simple. The Gradient Generator page will greet the user with two large color selection panels and a single red slider which will by default be set to fifteen.
Coolors
coolors.co › gradient-palette
Create a Gradient palette - Coolors
Generate palettes with more than 5 colors automatically or with color theory rules · Save unlimited palettes, colors and gradients, and organize them in projects and collections · Explore more than 10 million color schemes perfect for any project · Pro Profile, a new beautiful page to present yourself and showcase your palettes, projects and collections ·
uiGradients
uigradients.com
uiGradients - Beautiful colored gradients
uiGradients is a handpicked collection of beautiful color gradients for designers and developers.
Coolors
coolors.co › gradient-maker
Create a Gradient - Coolors
Generate palettes with more than 5 colors automatically or with color theory rules · Save unlimited palettes, colors and gradients, and organize them in projects and collections · Explore more than 10 million color schemes perfect for any project · Pro Profile, a new beautiful page to present yourself and showcase your palettes, projects and collections ·
Top answer 1 of 2
3
You were really close, start anticlockwise from the left bottom color,
and don't use mix-blend mode- to get rid of artifacts.
body {
font: 16px/1.4 sans-serif; letter-spacing: 0.12em;
min-height: 150vh;
padding: 2em;
margin: 0;
color: hsla(0, 0%, 100%, 0.85);
background-color: #170d24;
background-image:
radial-gradient(ellipse at 10% 90%, #3c2d83 0%, transparent 55%),
radial-gradient(ellipse at 90% 90%, #c33c65 0%, transparent 55%),
radial-gradient(ellipse at 90% 10%, #4a74dc 0%, transparent 55%),
radial-gradient(ellipse at 10% 10%, #35244f 0%, transparent 55%);
}
<b>ETHEREUM</b> 2.0
<h1>Your Gateway<br>into Blockchain</h1>
<p>Scroll down... and to the moon!</p>
2 of 2
1
Thanks to Temani Afif's suggestion I came up with the following. Still not exact, but way closer than before. If anyone wants to improve on this, it's very much welcome.
body {
height: 100vh;
width: 100vw;
margin: 0;
padding: 0;
background:linear-gradient(to right, #35234b 0% 10%,#2975bf 60% 70%,#3d54b1 80% 100%);
}
body::before{
content:""; display:block; height:100%;
background:linear-gradient(to right, #362d6f,#9f3c54);
-webkit-mask:linear-gradient(to bottom,transparent, #fff);
mask:linear-gradient(to bottom,transparent, #fff);
}
Dopely
colors.dopely.top › gradient-generator
Gradient Generator - Dopely Colors
Your ultimate digital color companion. Discover, analyze, and explore the world of color with detailed information, harmony generation, and conversion tools.
Coolors
coolors.co › gradients
Browse Gradients - Coolors
Generate palettes with more than 5 colors automatically or with color theory rules · Save unlimited palettes, colors and gradients, and organize them in projects and collections · Explore more than 10 million color schemes perfect for any project · Pro Profile, a new beautiful page to present yourself and showcase your palettes, projects and collections ·
ColorSpace
mycolor.space
ColorSpace - Color Palettes Generator and Color Gradient Tool
Here you can find the perfect matching color scheme for your next project! Generate nice color palettes, color gradients and much more! Your space for everything that has to do with color!
AngryTools
angrytools.com › gradient
Online Gradient Generator
Angrytools - Online Gradient Generator interface to generate cross browser CSS gradient code as well as Android gradient code. generator produce linear, radial, elliptical and conial gradients that can be used in your web page design or android apps. find some tips and code sample to generate ...
ColorGradient
colorgradient.dev › gradient-generator
Color Gradient - The best CSS gradient generator. - ColorGradient
ColorGradient is a simple tool for you to build simple and complex gradients. It started from the frustration of having to specify the CSS gradient syntax by hand without having immediate feedback. Of course, other tools are available, but they didn’t allow for defining multi-layered and more complex gradients. So I decided to build the best gradient generator I could.
ColorHexa
colorhexa.com › color-gradient
Gradient Generator - ColorHexa.com
Generate any gradient between two colors. Just type your colors separated by the word "to" in the search field. ColorHexa will then display a RGB, HSV and Reverse HSV gradient.
Grabient
grabient.com
Grabient - CSS Gradient Generator & Palette Finder
Create beautiful gradients with Grabient's intuitive gradient generator. Export to CSS, SVG, and more.
ColorSpace
mycolor.space › gradient
ColorSpace - CSS Gradient Color Generator
Generate a nice color gradient. Just enter two colors and our tool generates a perfect color gradient and the fitting css code.
ColorZilla
colorzilla.com › gradient-editor
Ultimate CSS Gradient Generator - ColorZilla.com
» Copy to clipboard button for quickly grabbing the generated code · » Easy resizing of preview panel by dragging its corner ... · Create transparent css gradients, or add fade-in, fade-out, semi-transparency and similar effects · · Add any number of opacity stops to your gradient · · Supports opacity stops at any position - completely independent of color stops