Soft Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Blossom palette
Soft Blossom color palette CSS
/* CSS */
.color-1 {
color: #f0fff0;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #f2a6d5;
}
.color-4 {
color: #e5a4b9;
}
.color-5 {
color: #f0f0c1;
}
/* CSS Variables */
:root {
--color-1: #f0fff0;
--color-2: #ffffff;
--color-3: #f2a6d5;
--color-4: #e5a4b9;
--color-5: #f0f0c1;
}
Soft Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0fff0, #ffffff, #f2a6d5, #e5a4b9, #f0f0c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0fff0, #ffffff, #f2a6d5, #e5a4b9, #f0f0c1);
}
Similar color palettes
Soft Blossom color palette created on .