Whiskers in Blush Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whiskers in Blush palette
Whiskers in Blush color palette CSS
/* CSS */
.color-1 {
color: #d2a7b4;
}
.color-2 {
color: #c4a1b0;
}
.color-3 {
color: #b58c9e;
}
.color-4 {
color: #a7768d;
}
.color-5 {
color: #9a6a7b;
}
/* CSS Variables */
:root {
--color-1: #d2a7b4;
--color-2: #c4a1b0;
--color-3: #b58c9e;
--color-4: #a7768d;
--color-5: #9a6a7b;
}
Whiskers in Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2a7b4, #c4a1b0, #b58c9e, #a7768d, #9a6a7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2a7b4, #c4a1b0, #b58c9e, #a7768d, #9a6a7b);
}
Similar color palettes
Whiskers in Blush color palette created on .