Ethereal Webs Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Webs palette
Ethereal Webs color palette CSS
/* CSS */
.color-1 {
color: #e7e2df;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #a2d6e6;
}
.color-4 {
color: #5fbf8d;
}
.color-5 {
color: #3cb96a;
}
/* CSS Variables */
:root {
--color-1: #e7e2df;
--color-2: #b6c8d8;
--color-3: #a2d6e6;
--color-4: #5fbf8d;
--color-5: #3cb96a;
}
Ethereal Webs background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7e2df, #b6c8d8, #a2d6e6, #5fbf8d, #3cb96a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7e2df, #b6c8d8, #a2d6e6, #5fbf8d, #3cb96a);
}
Similar color palettes
Ethereal Webs color palette created on .