Brown Sugar Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Sugar Delight palette

Share this palette to:

Brown Sugar Delight color palette CSS

/* CSS */
.color-1 {
color: #d39969;
}
.color-2 {
color: #c23b29;
}
.color-3 {
color: #e0b28f;
}
.color-4 {
color: #7e4b3a;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #d39969;
--color-2: #c23b29;
--color-3: #e0b28f;
--color-4: #7e4b3a;
--color-5: #f0a400;
}

Brown Sugar Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d39969, #c23b29, #e0b28f, #7e4b3a, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d39969, #c23b29, #e0b28f, #7e4b3a, #f0a400);
}

Brown Sugar Delight color palette created on .