Celestial Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Dreams palette

Condividi questa palette a:

tavolozza dei colori Celestial Dreams CSS

/* CSS */
.color-1 {
color: #1e1e6b;
}
.color-2 {
color: #5c5c99;
}
.color-3 {
color: #a3a3d1;
}
.color-4 {
color: #d5c8df;
}
.color-5 {
color: #f2a1c5;
}

/* CSS Variables */
:root {
--color-1: #1e1e6b;
--color-2: #5c5c99;
--color-3: #a3a3d1;
--color-4: #d5c8df;
--color-5: #f2a1c5;
}

CSS con gradiente di sfondo Celestial Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e6b, #5c5c99, #a3a3d1, #d5c8df, #f2a1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e6b, #5c5c99, #a3a3d1, #d5c8df, #f2a1c5);
}

Celestial Dreams color palette created on .