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: #3d4b6b;
}
.color-2 {
color: #5b6a8b;
}
.color-3 {
color: #8c9db1;
}
.color-4 {
color: #c5d7e7;
}
.color-5 {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--color-1: #3d4b6b;
--color-2: #5b6a8b;
--color-3: #8c9db1;
--color-4: #c5d7e7;
--color-5: #f1f5f8;
}
Ethereal Echoes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d4b6b, #5b6a8b, #8c9db1, #c5d7e7, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d4b6b, #5b6a8b, #8c9db1, #c5d7e7, #f1f5f8);
}
Similar color palettes
Ethereal Echoes color palette created on .