Celestial Confection Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Confection palette

Condividi questa palette a:

tavolozza dei colori Celestial Confection CSS

/* CSS */
.color-1 {
color: #1d202a;
}
.color-2 {
color: #2e2c3a;
}
.color-3 {
color: #474a5c;
}
.color-4 {
color: #bdbdd6;
}
.color-5 {
color: #f7f2e9;
}

/* CSS Variables */
:root {
--color-1: #1d202a;
--color-2: #2e2c3a;
--color-3: #474a5c;
--color-4: #bdbdd6;
--color-5: #f7f2e9;
}

CSS con gradiente di sfondo Celestial Confection

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d202a, #2e2c3a, #474a5c, #bdbdd6, #f7f2e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d202a, #2e2c3a, #474a5c, #bdbdd6, #f7f2e9);
}

Celestial Confection color palette created on .