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: #3b3267;
}
.color-2 {
color: #5d498d;
}
.color-3 {
color: #825da8;
}
.color-4 {
color: #b387c9;
}
.color-5 {
color: #dfb8ef;
}

/* CSS Variables */
:root {
--color-1: #3b3267;
--color-2: #5d498d;
--color-3: #825da8;
--color-4: #b387c9;
--color-5: #dfb8ef;
}

CSS con gradiente di sfondo Celestial Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3267, #5d498d, #825da8, #b387c9, #dfb8ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3267, #5d498d, #825da8, #b387c9, #dfb8ef);
}

Celestial Dreams color palette created on .