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: #f5e0e4;
}
.color-2 {
color: #f2d4db;
}
.color-3 {
color: #f4dce1;
}
.color-4 {
color: #f1b1c0;
}
.color-5 {
color: #f8c4cf;
}
/* CSS Variables */
:root {
--color-1: #f5e0e4;
--color-2: #f2d4db;
--color-3: #f4dce1;
--color-4: #f1b1c0;
--color-5: #f8c4cf;
}
Pink Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0e4, #f2d4db, #f4dce1, #f1b1c0, #f8c4cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0e4, #f2d4db, #f4dce1, #f1b1c0, #f8c4cf);
}
Similar color palettes
Pink Blossom color palette created on .