Whimsical Sugar Dust Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whimsical Sugar Dust palette

Condividi questa palette a:

tavolozza dei colori Whimsical Sugar Dust CSS

/* CSS */
.color-1 {
color: #f4e2d7;
}
.color-2 {
color: #e3b0b0;
}
.color-3 {
color: #d59a9a;
}
.color-4 {
color: #c58c72;
}
.color-5 {
color: #a66759;
}

/* CSS Variables */
:root {
--color-1: #f4e2d7;
--color-2: #e3b0b0;
--color-3: #d59a9a;
--color-4: #c58c72;
--color-5: #a66759;
}

CSS con gradiente di sfondo Whimsical Sugar Dust

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2d7, #e3b0b0, #d59a9a, #c58c72, #a66759);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2d7, #e3b0b0, #d59a9a, #c58c72, #a66759);
}

Whimsical Sugar Dust color palette created on .