Cherry Blossom Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cherry Blossom Dream palette
Cherry Blossom Dream color palette CSS
/* CSS */
.color-1 {
color: #ff5c8a;
}
.color-2 {
color: #f2a1b6;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #f9c8d2;
}
.color-5 {
color: #fee1e7;
}
/* CSS Variables */
:root {
--color-1: #ff5c8a;
--color-2: #f2a1b6;
--color-3: #eab8d1;
--color-4: #f9c8d2;
--color-5: #fee1e7;
}
Cherry Blossom Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c8a, #f2a1b6, #eab8d1, #f9c8d2, #fee1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c8a, #f2a1b6, #eab8d1, #f9c8d2, #fee1e7);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Cherry Blossom Dream color palette created on .