Velvet Biscotti Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Velvet Biscotti palette
Velvet Biscotti color palette CSS
/* CSS */
.color-1 {
color: #f3ead8;
}
.color-2 {
color: #d6c6b8;
}
.color-3 {
color: #baa59c;
}
.color-4 {
color: #8e7267;
}
.color-5 {
color: #59493b;
}
/* CSS Variables */
:root {
--color-1: #f3ead8;
--color-2: #d6c6b8;
--color-3: #baa59c;
--color-4: #8e7267;
--color-5: #59493b;
}
Velvet Biscotti background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ead8, #d6c6b8, #baa59c, #8e7267, #59493b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ead8, #d6c6b8, #baa59c, #8e7267, #59493b);
}
Similar color palettes
Velvet Biscotti color palette created on .