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