Celestial Shadows Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Shadows palette

Condividi questa palette a:

tavolozza dei colori Celestial Shadows CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4b3e8e;
}
.color-3 {
color: #5f6d8c;
}
.color-4 {
color: #8e3e4b;
}
.color-5 {
color: #d3c75a;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b3e8e;
--color-3: #5f6d8c;
--color-4: #8e3e4b;
--color-5: #d3c75a;
}

CSS con gradiente di sfondo Celestial Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b3e8e, #5f6d8c, #8e3e4b, #d3c75a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b3e8e, #5f6d8c, #8e3e4b, #d3c75a);
}

Celestial Shadows color palette created on .