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: #dfa8ff;
}
.color-2 {
color: #b67be0;
}
.color-3 {
color: #7c4d99;
}
.color-4 {
color: #492c6d;
}
.color-5 {
color: #291a3d;
}

/* CSS Variables */
:root {
--color-1: #dfa8ff;
--color-2: #b67be0;
--color-3: #7c4d99;
--color-4: #492c6d;
--color-5: #291a3d;
}

CSS con gradiente di sfondo Celestial Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfa8ff, #b67be0, #7c4d99, #492c6d, #291a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfa8ff, #b67be0, #7c4d99, #492c6d, #291a3d);
}

Celestial Reverie color palette created on .