Pink Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Blossom palette
Pink Blossom color palette CSS
/* CSS */
.color-1 {
color: #f9d6a4;
}
.color-2 {
color: #f3b7a0;
}
.color-3 {
color: #e79cbe;
}
.color-4 {
color: #c67bba;
}
.color-5 {
color: #995b9a;
}
/* CSS Variables */
:root {
--color-1: #f9d6a4;
--color-2: #f3b7a0;
--color-3: #e79cbe;
--color-4: #c67bba;
--color-5: #995b9a;
}
Pink Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d6a4, #f3b7a0, #e79cbe, #c67bba, #995b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d6a4, #f3b7a0, #e79cbe, #c67bba, #995b9a);
}
Similar color palettes
Scroll down to explore 300+ Soft color palettes
Pink Blossom color palette created on .