Cherry Blossom Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cherry Blossom Delight palette
Cherry Blossom Delight color palette PNG image
Cherry Blossom Delight color palette CSS
/* CSS */
.color-1 {
color: #f6c6d3;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #f49fbb;
}
.color-4 {
color: #f8d2b4;
}
.color-5 {
color: #f5c2c2;
}
/* CSS Variables */
:root {
--color-1: #f6c6d3;
--color-2: #eab8d1;
--color-3: #f49fbb;
--color-4: #f8d2b4;
--color-5: #f5c2c2;
}
Cherry Blossom Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6d3, #eab8d1, #f49fbb, #f8d2b4, #f5c2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6d3, #eab8d1, #f49fbb, #f8d2b4, #f5c2c2);
}
Similar color palettes
Cherry Blossom Delight color palette created on .