Dusky Biscuit Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dusky Biscuit Dream palette
Dusky Biscuit Dream color palette CSS
/* CSS */
.color-1 {
color: #e8d4b5;
}
.color-2 {
color: #c2af99;
}
.color-3 {
color: #b69a7c;
}
.color-4 {
color: #7d6a4a;
}
.color-5 {
color: #4f4c45;
}
/* CSS Variables */
:root {
--color-1: #e8d4b5;
--color-2: #c2af99;
--color-3: #b69a7c;
--color-4: #7d6a4a;
--color-5: #4f4c45;
}
Dusky Biscuit Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d4b5, #c2af99, #b69a7c, #7d6a4a, #4f4c45);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d4b5, #c2af99, #b69a7c, #7d6a4a, #4f4c45);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Dusky Biscuit Dream color palette created on .