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: #f7cadb;
}
.color-2 {
color: #ffb3d1;
}
.color-3 {
color: #ff99c2;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #ff4d82;
}
/* CSS Variables */
:root {
--color-1: #f7cadb;
--color-2: #ffb3d1;
--color-3: #ff99c2;
--color-4: #ff7092;
--color-5: #ff4d82;
}
Blushing Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7cadb, #ffb3d1, #ff99c2, #ff7092, #ff4d82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7cadb, #ffb3d1, #ff99c2, #ff7092, #ff4d82);
}
Similar color palettes
Blushing Blossoms color palette created on .