Ethereal Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Elegance palette
Ethereal Elegance color palette CSS
/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f9b4ce;
}
.color-3 {
color: #d6a1e8;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #6febc2;
}
/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f9b4ce;
--color-3: #d6a1e8;
--color-4: #a3c7e0;
--color-5: #6febc2;
}
Ethereal Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f9b4ce, #d6a1e8, #a3c7e0, #6febc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f9b4ce, #d6a1e8, #a3c7e0, #6febc2);
}
Similar color palettes
Ethereal Elegance color palette created on .