Buttercream Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Buttercream Delight palette
Buttercream Delight color palette CSS
/* CSS */
.color-1 {
color: #f7e6a1;
}
.color-2 {
color: #e0c19e;
}
.color-3 {
color: #d4a66e;
}
.color-4 {
color: #cfaf72;
}
.color-5 {
color: #b69a5d;
}
/* CSS Variables */
:root {
--color-1: #f7e6a1;
--color-2: #e0c19e;
--color-3: #d4a66e;
--color-4: #cfaf72;
--color-5: #b69a5d;
}
Buttercream Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e6a1, #e0c19e, #d4a66e, #cfaf72, #b69a5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e6a1, #e0c19e, #d4a66e, #cfaf72, #b69a5d);
}
Similar color palettes
Buttercream Delight color palette created on .