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: #491f5c;
}
.color-2 {
color: #6c2a92;
}
.color-3 {
color: #8d3bba;
}
.color-4 {
color: #b84ad3;
}
.color-5 {
color: #d35f97;
}

/* CSS Variables */
:root {
--color-1: #491f5c;
--color-2: #6c2a92;
--color-3: #8d3bba;
--color-4: #b84ad3;
--color-5: #d35f97;
}

CSS con gradiente di sfondo Celestial Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #491f5c, #6c2a92, #8d3bba, #b84ad3, #d35f97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #491f5c, #6c2a92, #8d3bba, #b84ad3, #d35f97);
}

Celestial Dreams color palette created on .