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: #2d1026;
}
.color-2 {
color: #694462;
}
.color-3 {
color: #781143;
}
.color-4 {
color: #b42769;
}
.color-5 {
color: #ea7bb6;
}
/* CSS Variables */
:root {
--color-1: #2d1026;
--color-2: #694462;
--color-3: #781143;
--color-4: #b42769;
--color-5: #ea7bb6;
}
Whispers of Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d1026, #694462, #781143, #b42769, #ea7bb6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d1026, #694462, #781143, #b42769, #ea7bb6);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Whispers of Blush color palette created on .