Enchanted Biscuit Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Biscuit Dreams palette

Share this palette to:

Enchanted Biscuit Dreams color palette CSS

/* CSS */
.color-1 {
color: #e2d2b6;
}
.color-2 {
color: #c6b29a;
}
.color-3 {
color: #a78c7b;
}
.color-4 {
color: #d9b8a5;
}
.color-5 {
color: #e5c2c8;
}

/* CSS Variables */
:root {
--color-1: #e2d2b6;
--color-2: #c6b29a;
--color-3: #a78c7b;
--color-4: #d9b8a5;
--color-5: #e5c2c8;
}

Enchanted Biscuit Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2d2b6, #c6b29a, #a78c7b, #d9b8a5, #e5c2c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2d2b6, #c6b29a, #a78c7b, #d9b8a5, #e5c2c8);
}

Enchanted Biscuit Dreams color palette created on .