Echoed Depths Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Echoed Depths palette
Echoed Depths color palette CSS
/* CSS */
.color-1 {
color: #e1e5ea;
}
.color-2 {
color: #b0c4d9;
}
.color-3 {
color: #90a4b6;
}
.color-4 {
color: #6f8a9b;
}
.color-5 {
color: #3b5a72;
}
/* CSS Variables */
:root {
--color-1: #e1e5ea;
--color-2: #b0c4d9;
--color-3: #90a4b6;
--color-4: #6f8a9b;
--color-5: #3b5a72;
}
Echoed Depths background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1e5ea, #b0c4d9, #90a4b6, #6f8a9b, #3b5a72);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1e5ea, #b0c4d9, #90a4b6, #6f8a9b, #3b5a72);
}
Similar color palettes
Echoed Depths color palette created on .