Blossom Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blossom Embrace palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blossom Embrace Color Palette (PNG)
Blossom Embrace color palette CSS
/* CSS */
.color-1 {
color: #f3a5c7;
}
.color-2 {
color: #e76a8d;
}
.color-3 {
color: #d84f6d;
}
.color-4 {
color: #b63e5a;
}
.color-5 {
color: #9f2d49;
}
/* CSS Variables */
:root {
--color-1: #f3a5c7;
--color-2: #e76a8d;
--color-3: #d84f6d;
--color-4: #b63e5a;
--color-5: #9f2d49;
}
Blossom Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5c7, #e76a8d, #d84f6d, #b63e5a, #9f2d49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5c7, #e76a8d, #d84f6d, #b63e5a, #9f2d49);
}
Similar color palettes
Blossom Embrace color palette created on .