Celestial Echoes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Echoes palette

Share this palette to:

Celestial Echoes color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e0e0e0;
}
.color-3 {
color: #b3cde0;
}
.color-4 {
color: #6b9cd1;
}
.color-5 {
color: #3e5b98;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e0e0e0;
--color-3: #b3cde0;
--color-4: #6b9cd1;
--color-5: #3e5b98;
}

Celestial Echoes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e0e0e0, #b3cde0, #6b9cd1, #3e5b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e0e0e0, #b3cde0, #6b9cd1, #3e5b98);
}

Celestial Echoes color palette created on .