Loading...
Blush Blossom Burst Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blush Blossom Burst palette
Download Blush Blossom Burst Color Palette (PNG)
Blush Blossom Burst color palette CSS
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff4d4f;
}
.color-3 {
color: #fc923b;
}
.color-4 {
color: #f9d66c;
}
.color-5 {
color: #f9a76c;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff4d4f;
--color-3: #fc923b;
--color-4: #f9d66c;
--color-5: #f9a76c;
}
Blush Blossom Burst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff4d4f, #fc923b, #f9d66c, #f9a76c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff4d4f, #fc923b, #f9d66c, #f9a76c);
}
Similar color palettes
Blush Blossom Burst color palette created on .