Blue Chocolate Biscuit Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Chocolate Biscuit palette

Share this palette to:

Blue Chocolate Biscuit color palette PNG image

Download blue chocolate biscuit color palette PNG image (landscape)
Download blue chocolate biscuit color palette PNG image (square)

Blue Chocolate Biscuit color palette CSS

/* CSS */
.color-1 {
color: #725446;
}
.color-2 {
color: #8e6452;
}
.color-3 {
color: #c4a878;
}
.color-4 {
color: #a4c3ea;
}
.color-5 {
color: #7c9bda;
}

/* CSS Variables */
:root {
--color-1: #725446;
--color-2: #8e6452;
--color-3: #c4a878;
--color-4: #a4c3ea;
--color-5: #7c9bda;
}

Blue Chocolate Biscuit background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #725446, #8e6452, #c4a878, #a4c3ea, #7c9bda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #725446, #8e6452, #c4a878, #a4c3ea, #7c9bda);
}

Blue Chocolate Biscuit color palette created on .