Dulcet Biscotti Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dulcet Biscotti Dream palette
Dulcet Biscotti Dream color palette CSS
/* CSS */
.color-1 {
color: #eee1c9;
}
.color-2 {
color: #d9cbaf;
}
.color-3 {
color: #c4b392;
}
.color-4 {
color: #b09969;
}
.color-5 {
color: #a37f4d;
}
/* CSS Variables */
:root {
--color-1: #eee1c9;
--color-2: #d9cbaf;
--color-3: #c4b392;
--color-4: #b09969;
--color-5: #a37f4d;
}
Dulcet Biscotti Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eee1c9, #d9cbaf, #c4b392, #b09969, #a37f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eee1c9, #d9cbaf, #c4b392, #b09969, #a37f4d);
}
Similar color palettes
Dulcet Biscotti Dream color palette created on .