Brown Sugar Cookie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Sugar Cookie palette

Share this palette to:

Brown Sugar Cookie color palette CSS

/* CSS */
.color-1 {
color: #f7e8ca;
}
.color-2 {
color: #e3b98c;
}
.color-3 {
color: #d6996b;
}
.color-4 {
color: #b86c3d;
}
.color-5 {
color: #a54c2c;
}

/* CSS Variables */
:root {
--color-1: #f7e8ca;
--color-2: #e3b98c;
--color-3: #d6996b;
--color-4: #b86c3d;
--color-5: #a54c2c;
}

Brown Sugar Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8ca, #e3b98c, #d6996b, #b86c3d, #a54c2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8ca, #e3b98c, #d6996b, #b86c3d, #a54c2c);
}

Brown Sugar Cookie color palette created on .