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: #ff8fa5;
}
.color-2 {
color: #ffb3c1;
}
.color-3 {
color: #ffebd1;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #ff8fa5;
--color-2: #ffb3c1;
--color-3: #ffebd1;
--color-4: #ffd900;
--color-5: #ff6e61;
}
Pink Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8fa5, #ffb3c1, #ffebd1, #ffd900, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8fa5, #ffb3c1, #ffebd1, #ffd900, #ff6e61);
}
Similar color palettes
Scroll down to explore 700+ Bright color palettes
Pink Blossom color palette created on .