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