Ethereal Echoes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Echoes palette
Ethereal Echoes color palette CSS
/* CSS */
.color-1 {
color: #d1b3b5;
}
.color-2 {
color: #c3a2a6;
}
.color-3 {
color: #b49da8;
}
.color-4 {
color: #759d9f;
}
.color-5 {
color: #4c7b77;
}
/* CSS Variables */
:root {
--color-1: #d1b3b5;
--color-2: #c3a2a6;
--color-3: #b49da8;
--color-4: #759d9f;
--color-5: #4c7b77;
}
Ethereal Echoes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b3b5, #c3a2a6, #b49da8, #759d9f, #4c7b77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b3b5, #c3a2a6, #b49da8, #759d9f, #4c7b77);
}
Similar color palettes
Ethereal Echoes color palette created on .