Blossom Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blossom Sunrise palette
Blossom Sunrise color palette CSS
/* CSS */
.color-1 {
color: #e52a4f;
}
.color-2 {
color: #f27f7d;
}
.color-3 {
color: #f9b7b4;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e5b53e;
}
/* CSS Variables */
:root {
--color-1: #e52a4f;
--color-2: #f27f7d;
--color-3: #f9b7b4;
--color-4: #f1c84b;
--color-5: #e5b53e;
}
Blossom Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e52a4f, #f27f7d, #f9b7b4, #f1c84b, #e5b53e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e52a4f, #f27f7d, #f9b7b4, #f1c84b, #e5b53e);
}
Similar color palettes
Scroll down to explore 100+ Red color palettes
Blossom Sunrise color palette created on .