Whimsical Whiskers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Whiskers palette

Share this palette to:

Whimsical Whiskers color palette CSS

/* CSS */
.color-1 {
color: #e6a8c5;
}
.color-2 {
color: #f6b1c5;
}
.color-3 {
color: #fcd5a1;
}
.color-4 {
color: #f8e359;
}
.color-5 {
color: #f5b042;
}

/* CSS Variables */
:root {
--color-1: #e6a8c5;
--color-2: #f6b1c5;
--color-3: #fcd5a1;
--color-4: #f8e359;
--color-5: #f5b042;
}

Whimsical Whiskers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a8c5, #f6b1c5, #fcd5a1, #f8e359, #f5b042);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a8c5, #f6b1c5, #fcd5a1, #f8e359, #f5b042);
}

Whimsical Whiskers color palette created on .