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
As a free CSS gradient generator tool, this website lets you create a colorful gradient background for your website, blog, or social media profile.
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 ·
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-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 ·
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.
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.
Grabient
grabient.com
Grabient - CSS Gradient Generator & Palette Finder
Create beautiful gradients with Grabient's intuitive gradient generator. Export to CSS, SVG, and more.
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 ·
uiGradients
uigradients.com
uiGradients - Beautiful colored gradients
uiGradients is a handpicked collection of beautiful color gradients for designers and developers.
W3Schools
w3schools.com › colors › colors_gradient.asp
Colors Gradient
Colors HOME Color Names Color Values Color Groups Color Shades Color Picker Color Mixer Color Converter Color RGB Color HEX Color HSL Color HWB Color CMYK Color NCol Color Gradient Color Theory Color Wheels Color currentcolor Color Hues Color Schemes Color Palettes Color Brands Color W3.CSS Color Metro UI Color Win8 Color Flat UI Color Psychology
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 gradient