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