Soft Blossom Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Blossom Dream palette
Soft Blossom Dream color palette CSS
/* CSS */
.color-1 {
color: #f8afc0;
}
.color-2 {
color: #f4a4c8;
}
.color-3 {
color: #f19dc8;
}
.color-4 {
color: #e88cd0;
}
.color-5 {
color: #d77fb9;
}
/* CSS Variables */
:root {
--color-1: #f8afc0;
--color-2: #f4a4c8;
--color-3: #f19dc8;
--color-4: #e88cd0;
--color-5: #d77fb9;
}
Soft Blossom Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8afc0, #f4a4c8, #f19dc8, #e88cd0, #d77fb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8afc0, #f4a4c8, #f19dc8, #e88cd0, #d77fb9);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Soft Blossom Dream color palette created on .