Sugar Dust Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sugar Dust Delight palette

Condividi questa palette a:

tavolozza dei colori Sugar Dust Delight CSS

/* CSS */
.color-1 {
color: #f3d7c9;
}
.color-2 {
color: #f1b3a7;
}
.color-3 {
color: #e6876b;
}
.color-4 {
color: #d6663d;
}
.color-5 {
color: #a54b27;
}

/* CSS Variables */
:root {
--color-1: #f3d7c9;
--color-2: #f1b3a7;
--color-3: #e6876b;
--color-4: #d6663d;
--color-5: #a54b27;
}

CSS con gradiente di sfondo Sugar Dust Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d7c9, #f1b3a7, #e6876b, #d6663d, #a54b27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d7c9, #f1b3a7, #e6876b, #d6663d, #a54b27);
}

Sugar Dust Delight color palette created on .