Garden Biscotti Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Garden Biscotti palette
Garden Biscotti color palette CSS
/* CSS */
.color-1 {
color: #b7d99b;
}
.color-2 {
color: #a7caa0;
}
.color-3 {
color: #f2e8b5;
}
.color-4 {
color: #f4b79f;
}
.color-5 {
color: #eab8c9;
}
/* CSS Variables */
:root {
--color-1: #b7d99b;
--color-2: #a7caa0;
--color-3: #f2e8b5;
--color-4: #f4b79f;
--color-5: #eab8c9;
}
Garden Biscotti background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7d99b, #a7caa0, #f2e8b5, #f4b79f, #eab8c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7d99b, #a7caa0, #f2e8b5, #f4b79f, #eab8c9);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Garden Biscotti color palette created on .