Celestial Reverie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Reverie palette

Condividi questa palette a:

tavolozza dei colori Celestial Reverie CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4b2d8f;
}
.color-3 {
color: #8e4ebc;
}
.color-4 {
color: #d56d96;
}
.color-5 {
color: #f7b7a6;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b2d8f;
--color-3: #8e4ebc;
--color-4: #d56d96;
--color-5: #f7b7a6;
}

CSS con gradiente di sfondo Celestial Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b2d8f, #8e4ebc, #d56d96, #f7b7a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b2d8f, #8e4ebc, #d56d96, #f7b7a6);
}

Celestial Reverie color palette created on .