Blushing Whiskers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Whiskers palette
Blushing Whiskers color palette CSS
/* CSS */
.color-1 {
color: #f2a1b6;
}
.color-2 {
color: #d68f9c;
}
.color-3 {
color: #c56d7a;
}
.color-4 {
color: #b54a6a;
}
.color-5 {
color: #9d3f59;
}
/* CSS Variables */
:root {
--color-1: #f2a1b6;
--color-2: #d68f9c;
--color-3: #c56d7a;
--color-4: #b54a6a;
--color-5: #9d3f59;
}
Blushing Whiskers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1b6, #d68f9c, #c56d7a, #b54a6a, #9d3f59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1b6, #d68f9c, #c56d7a, #b54a6a, #9d3f59);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Blushing Whiskers color palette created on .