Whispers of Blush Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Blush palette
Whispers of Blush color palette CSS
/* CSS */
.color-1 {
color: #f2e7e3;
}
.color-2 {
color: #ead2d2;
}
.color-3 {
color: #e7b6c2;
}
.color-4 {
color: #d68f9c;
}
.color-5 {
color: #c34b61;
}
/* CSS Variables */
:root {
--color-1: #f2e7e3;
--color-2: #ead2d2;
--color-3: #e7b6c2;
--color-4: #d68f9c;
--color-5: #c34b61;
}
Whispers of Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e7e3, #ead2d2, #e7b6c2, #d68f9c, #c34b61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e7e3, #ead2d2, #e7b6c2, #d68f9c, #c34b61);
}
Similar color palettes
Whispers of Blush color palette created on .