Sweet Bun Delights Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweet Bun Delights palette

Condividi questa palette a:

tavolozza dei colori Sweet Bun Delights CSS

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #c49378;
}
.color-3 {
color: #e1b79d;
}
.color-4 {
color: #f2e4ba;
}
.color-5 {
color: #9d5c4d;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #c49378;
--color-3: #e1b79d;
--color-4: #f2e4ba;
--color-5: #9d5c4d;
}

CSS con gradiente di sfondo Sweet Bun Delights

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #c49378, #e1b79d, #f2e4ba, #9d5c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #c49378, #e1b79d, #f2e4ba, #9d5c4d);
}

Sweet Bun Delights color palette created on .