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: #a59ca1;
}
.color-2 {
color: #bca9b8;
}
.color-3 {
color: #d4c2d6;
}
.color-4 {
color: #f6e4e8;
}
.color-5 {
color: #f1b1b5;
}
/* CSS Variables */
:root {
--color-1: #a59ca1;
--color-2: #bca9b8;
--color-3: #d4c2d6;
--color-4: #f6e4e8;
--color-5: #f1b1b5;
}
Whispers of Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a59ca1, #bca9b8, #d4c2d6, #f6e4e8, #f1b1b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a59ca1, #bca9b8, #d4c2d6, #f6e4e8, #f1b1b5);
}
Similar color palettes
Whispers of Blush color palette created on .