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