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: #140f0f;
}
.color-2 {
color: #271c1c;
}
.color-3 {
color: #3b2b2b;
}
.color-4 {
color: #6a4d4d;
}
.color-5 {
color: #a47474;
}

/* CSS Variables */
:root {
--color-1: #140f0f;
--color-2: #271c1c;
--color-3: #3b2b2b;
--color-4: #6a4d4d;
--color-5: #a47474;
}

Celestial Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #140f0f, #271c1c, #3b2b2b, #6a4d4d, #a47474);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #140f0f, #271c1c, #3b2b2b, #6a4d4d, #a47474);
}

Celestial Shadows color palette created on .