Blush Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blush Whisper palette
Blush Whisper color palette CSS
/* CSS */
.color-1 {
color: #f4d0c8;
}
.color-2 {
color: #e8bdb5;
}
.color-3 {
color: #d8a6b0;
}
.color-4 {
color: #e69d8e;
}
.color-5 {
color: #f4b4a4;
}
/* CSS Variables */
:root {
--color-1: #f4d0c8;
--color-2: #e8bdb5;
--color-3: #d8a6b0;
--color-4: #e69d8e;
--color-5: #f4b4a4;
}
Blush Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d0c8, #e8bdb5, #d8a6b0, #e69d8e, #f4b4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d0c8, #e8bdb5, #d8a6b0, #e69d8e, #f4b4a4);
}
Similar color palettes
Blush Whisper color palette created on .