Celestial Echoes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Echoes palette
Celestial Echoes color palette CSS
/* CSS */
.color-1 {
color: #a8c8e6;
}
.color-2 {
color: #f2e2a6;
}
.color-3 {
color: #e1a88e;
}
.color-4 {
color: #c47393;
}
.color-5 {
color: #6c508b;
}
/* CSS Variables */
:root {
--color-1: #a8c8e6;
--color-2: #f2e2a6;
--color-3: #e1a88e;
--color-4: #c47393;
--color-5: #6c508b;
}
Celestial Echoes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c8e6, #f2e2a6, #e1a88e, #c47393, #6c508b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c8e6, #f2e2a6, #e1a88e, #c47393, #6c508b);
}
Similar color palettes
Celestial Echoes color palette created on .