Biscuits Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Biscuits palette
Color Inspiration
Images that showcase this color palette in real designs
Download Biscuits Color Palette (PNG)
Biscuits color palette CSS
/* CSS */
.color-1 {
color: #dac9a0;
}
.color-2 {
color: #e0b58a;
}
.color-3 {
color: #e3a66d;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #d68b5c;
}
/* CSS Variables */
:root {
--color-1: #dac9a0;
--color-2: #e0b58a;
--color-3: #e3a66d;
--color-4: #f0a800;
--color-5: #d68b5c;
}
Biscuits background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac9a0, #e0b58a, #e3a66d, #f0a800, #d68b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac9a0, #e0b58a, #e3a66d, #f0a800, #d68b5c);
}
Similar color palettes
Biscuits color palette created on .