Blushing Blossoms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Blossoms palette
Blushing Blossoms color palette CSS
/* CSS */
.color-1 {
color: #f57584;
}
.color-2 {
color: #f6a2b0;
}
.color-3 {
color: #f3c4d7;
}
.color-4 {
color: #f1dfe5;
}
.color-5 {
color: #e5b8c1;
}
/* CSS Variables */
:root {
--color-1: #f57584;
--color-2: #f6a2b0;
--color-3: #f3c4d7;
--color-4: #f1dfe5;
--color-5: #e5b8c1;
}
Blushing Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f57584, #f6a2b0, #f3c4d7, #f1dfe5, #e5b8c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f57584, #f6a2b0, #f3c4d7, #f1dfe5, #e5b8c1);
}
Similar color palettes
Blushing Blossoms color palette created on .