Whispering Biscotti Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Biscotti palette
Whispering Biscotti color palette CSS
/* CSS */
.color-1 {
color: #e3cece;
}
.color-2 {
color: #d2b5a3;
}
.color-3 {
color: #c49782;
}
.color-4 {
color: #b07e69;
}
.color-5 {
color: #9b5e55;
}
/* CSS Variables */
:root {
--color-1: #e3cece;
--color-2: #d2b5a3;
--color-3: #c49782;
--color-4: #b07e69;
--color-5: #9b5e55;
}
Whispering Biscotti background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3cece, #d2b5a3, #c49782, #b07e69, #9b5e55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3cece, #d2b5a3, #c49782, #b07e69, #9b5e55);
}
Similar color palettes
Whispering Biscotti color palette created on .