Blushing Bouquets Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Bouquets palette
Download Blushing Bouquets Color Palette (PNG)
Blushing Bouquets color palette CSS
/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #f05656;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ffd500;
}
/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #f05656;
--color-3: #ff6e61;
--color-4: #ffb84d;
--color-5: #ffd500;
}
Blushing Bouquets background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #f05656, #ff6e61, #ffb84d, #ffd500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #f05656, #ff6e61, #ffb84d, #ffd500);
}
Similar color palettes
Blushing Bouquets color palette created on .