Celestial Confectionery Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Confectionery palette

Condividi questa palette a:

tavolozza dei colori Celestial Confectionery CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #eabe6c;
}
.color-3 {
color: #e8a96d;
}
.color-4 {
color: #d58e6d;
}
.color-5 {
color: #b87a99;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #eabe6c;
--color-3: #e8a96d;
--color-4: #d58e6d;
--color-5: #b87a99;
}

CSS con gradiente di sfondo Celestial Confectionery

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #eabe6c, #e8a96d, #d58e6d, #b87a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #eabe6c, #e8a96d, #d58e6d, #b87a99);
}

Celestial Confectionery color palette created on .