Sweet Dough Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Dough Delight palette

Share this palette to:

Sweet Dough Delight color palette CSS

/* CSS */
.color-1 {
color: #d8c99d;
}
.color-2 {
color: #e3b86d;
}
.color-3 {
color: #eaaf6c;
}
.color-4 {
color: #c5a56d;
}
.color-5 {
color: #b58c5a;
}

/* CSS Variables */
:root {
--color-1: #d8c99d;
--color-2: #e3b86d;
--color-3: #eaaf6c;
--color-4: #c5a56d;
--color-5: #b58c5a;
}

Sweet Dough Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c99d, #e3b86d, #eaaf6c, #c5a56d, #b58c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c99d, #e3b86d, #eaaf6c, #c5a56d, #b58c5a);
}

Sweet Dough Delight color palette created on .