Whispers of Biscotti Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Biscotti palette
Whispers of Biscotti color palette CSS
/* CSS */
.color-1 {
color: #e7d6ca;
}
.color-2 {
color: #d1b69f;
}
.color-3 {
color: #c49978;
}
.color-4 {
color: #a67d5e;
}
.color-5 {
color: #795939;
}
/* CSS Variables */
:root {
--color-1: #e7d6ca;
--color-2: #d1b69f;
--color-3: #c49978;
--color-4: #a67d5e;
--color-5: #795939;
}
Whispers of Biscotti background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d6ca, #d1b69f, #c49978, #a67d5e, #795939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d6ca, #d1b69f, #c49978, #a67d5e, #795939);
}
Similar color palettes
Whispers of Biscotti color palette created on .