Celestial Shadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Shadows palette

Share this palette to:

Celestial Shadows color palette CSS

/* CSS */
.color-1 {
color: #1d1f3a;
}
.color-2 {
color: #2e2f56;
}
.color-3 {
color: #4a4c82;
}
.color-4 {
color: #6b6d9e;
}
.color-5 {
color: #b7b9d7;
}

/* CSS Variables */
:root {
--color-1: #1d1f3a;
--color-2: #2e2f56;
--color-3: #4a4c82;
--color-4: #6b6d9e;
--color-5: #b7b9d7;
}

Celestial Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f3a, #2e2f56, #4a4c82, #6b6d9e, #b7b9d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f3a, #2e2f56, #4a4c82, #6b6d9e, #b7b9d7);
}

Celestial Shadows color palette created on .