Bubblegum Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bubblegum Blossom palette
Bubblegum Blossom color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9e66;
}
.color-3 {
color: #ffb56b;
}
.color-4 {
color: #ffc799;
}
.color-5 {
color: #ffdaa3;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9e66;
--color-3: #ffb56b;
--color-4: #ffc799;
--color-5: #ffdaa3;
}
Bubblegum Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9e66, #ffb56b, #ffc799, #ffdaa3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9e66, #ffb56b, #ffc799, #ffdaa3);
}
Similar color palettes
Bubblegum Blossom color palette created on .