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