Cherry Brownie Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cherry Brownie Delight palette

Share this palette to:

Cherry Brownie Delight color palette CSS

/* CSS */
.color-1 {
color: #6d2c30;
}
.color-2 {
color: #cf3a3c;
}
.color-3 {
color: #c9ab4f;
}
.color-4 {
color: #a19c8c;
}
.color-5 {
color: #d7bda8;
}

/* CSS Variables */
:root {
--color-1: #6d2c30;
--color-2: #cf3a3c;
--color-3: #c9ab4f;
--color-4: #a19c8c;
--color-5: #d7bda8;
}

Cherry Brownie Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c30, #cf3a3c, #c9ab4f, #a19c8c, #d7bda8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c30, #cf3a3c, #c9ab4f, #a19c8c, #d7bda8);
}

Similar color palettes

Cherry Brownie Delight color palette created on .