Whisker Rose Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whisker Rose palette

Share this palette to:

Whisker Rose color palette CSS

/* CSS */
.color-1 {
color: #f0a3b2;
}
.color-2 {
color: #e57b8d;
}
.color-3 {
color: #d65c74;
}
.color-4 {
color: #bb3e64;
}
.color-5 {
color: #ac2a4d;
}

/* CSS Variables */
:root {
--color-1: #f0a3b2;
--color-2: #e57b8d;
--color-3: #d65c74;
--color-4: #bb3e64;
--color-5: #ac2a4d;
}

Whisker Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a3b2, #e57b8d, #d65c74, #bb3e64, #ac2a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a3b2, #e57b8d, #d65c74, #bb3e64, #ac2a4d);
}

Whisker Rose color palette created on .