Blue Chocolate Biscuit Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Chocolate Biscuit palette
Blue Chocolate Biscuit color palette CSS
/* CSS */
.color-1 {
color: #966d64;
}
.color-2 {
color: #aa756e;
}
.color-3 {
color: #d3ba9c;
}
.color-4 {
color: #aecff4;
}
.color-5 {
color: #84aceb;
}
/* CSS Variables */
:root {
--color-1: #966d64;
--color-2: #aa756e;
--color-3: #d3ba9c;
--color-4: #aecff4;
--color-5: #84aceb;
}
Blue Chocolate Biscuit background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #966d64, #aa756e, #d3ba9c, #aecff4, #84aceb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #966d64, #aa756e, #d3ba9c, #aecff4, #84aceb);
}
Similar color palettes
Blue Chocolate Biscuit color palette created on .