Blue Chocolate Biscuit Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Chocolate Biscuit palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue Chocolate Biscuit Color Palette (PNG)
Blue Chocolate Biscuit color palette CSS
/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #6f4c3e;
}
.color-3 {
color: #b39a6b;
}
.color-4 {
color: #8cb9e8;
}
.color-5 {
color: #5b8dd7;
}
/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #6f4c3e;
--color-3: #b39a6b;
--color-4: #8cb9e8;
--color-5: #5b8dd7;
}
Blue Chocolate Biscuit background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #6f4c3e, #b39a6b, #8cb9e8, #5b8dd7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #6f4c3e, #b39a6b, #8cb9e8, #5b8dd7);
}
Similar color palettes
Scroll down to explore 1000+ Blue color palettes
Blue Chocolate Biscuit color palette created on .