Cerise Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cerise Bloom palette
Cerise Bloom color palette PNG image
Cerise Bloom color palette CSS
/* CSS */
.color-1 {
color: #d588d7;
}
.color-2 {
color: #d89ddd;
}
.color-3 {
color: #d9aee0;
}
.color-4 {
color: #eed8ee;
}
.color-5 {
color: #f2def2;
}
/* CSS Variables */
:root {
--color-1: #d588d7;
--color-2: #d89ddd;
--color-3: #d9aee0;
--color-4: #eed8ee;
--color-5: #f2def2;
}
Cerise Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d588d7, #d89ddd, #d9aee0, #eed8ee, #f2def2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d588d7, #d89ddd, #d9aee0, #eed8ee, #f2def2);
}
Similar color palettes
Scroll down to explore 80+ Pink color palettes
Cerise Bloom color palette created on .