Ethereal Elegance Color Palette
Discover the beautiful Ethereal Elegance color palette featuring eunry (#d2a7a3), bombay (#b0b0b5), opal (#a7c8b9), nutmeg (#7e2a2d) and willow grove (#5d6c5a).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Ethereal Elegance palette
๐ป Ethereal Elegance color palette CSS
/* CSS */
.color-1 {
color: #d2a7a3;
}
.color-2 {
color: #b0b0b5;
}
.color-3 {
color: #a7c8b9;
}
.color-4 {
color: #7e2a2d;
}
.color-5 {
color: #5d6c5a;
}
/* CSS Variables */
:root {
--color-1: #d2a7a3;
--color-2: #b0b0b5;
--color-3: #a7c8b9;
--color-4: #7e2a2d;
--color-5: #5d6c5a;
}
๐ Ethereal Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2a7a3, #b0b0b5, #a7c8b9, #7e2a2d, #5d6c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2a7a3, #b0b0b5, #a7c8b9, #7e2a2d, #5d6c5a);
}
๐ Explore similar color palettes
Ethereal Elegance color palette created on .