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: #1c1c1c;
}
.color-2 {
color: #d4af35;
}
.color-3 {
color: #f8f4e2;
}
.color-4 {
color: #2ecc70;
}
.color-5 {
color: #007a6c;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #d4af35;
--color-3: #f8f4e2;
--color-4: #2ecc70;
--color-5: #007a6c;
}
Ethereal Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #d4af35, #f8f4e2, #2ecc70, #007a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #d4af35, #f8f4e2, #2ecc70, #007a6c);
}
Similar color palettes
Ethereal Elegance color palette created on .