Celestial Garden Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Garden palette

Condividi questa palette a:

tavolozza dei colori Celestial Garden CSS

/* CSS */
.color-1 {
color: #d3baf2;
}
.color-2 {
color: #a5c3e4;
}
.color-3 {
color: #77e4d2;
}
.color-4 {
color: #7edd88;
}
.color-5 {
color: #f9c16c;
}

/* CSS Variables */
:root {
--color-1: #d3baf2;
--color-2: #a5c3e4;
--color-3: #77e4d2;
--color-4: #7edd88;
--color-5: #f9c16c;
}

CSS con gradiente di sfondo Celestial Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3baf2, #a5c3e4, #77e4d2, #7edd88, #f9c16c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3baf2, #a5c3e4, #77e4d2, #7edd88, #f9c16c);
}

Celestial Garden color palette created on .