Buttery Biscuit Bliss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Buttery Biscuit Bliss palette
Buttery Biscuit Bliss color palette CSS
/* CSS */
.color-1 {
color: #f6e8c1;
}
.color-2 {
color: #e6ceb3;
}
.color-3 {
color: #daba95;
}
.color-4 {
color: #bda17a;
}
.color-5 {
color: #9b7759;
}
/* CSS Variables */
:root {
--color-1: #f6e8c1;
--color-2: #e6ceb3;
--color-3: #daba95;
--color-4: #bda17a;
--color-5: #9b7759;
}
Buttery Biscuit Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e8c1, #e6ceb3, #daba95, #bda17a, #9b7759);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e8c1, #e6ceb3, #daba95, #bda17a, #9b7759);
}
Similar color palettes
Scroll down to explore 300+ Beige color palettes
Buttery Biscuit Bliss color palette created on .