Light Pink Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Pink Blossom palette
Light Pink Blossom color palette CSS
/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffcc8a;
}
.color-4 {
color: #ffb947;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff6e61;
--color-3: #ffcc8a;
--color-4: #ffb947;
--color-5: #f0a800;
}
Light Pink Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff6e61, #ffcc8a, #ffb947, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff6e61, #ffcc8a, #ffb947, #f0a800);
}
Similar color palettes
Light Pink Blossom color palette created on .