Whisker Whimsy

bright, pink, green, blue, fun

Color Adjustments

Whisker Whimsy Color Palette CSS

/* CSS */
.color-1 {
  color: #D9AA9B;
}

.color-2 {
  color: #F7C7B0;
}

.color-3 {
  color: #F4E4B8;
}

.color-4 {
  color: #D5E9A5;
}

.color-5 {
  color: #A3C7E0;
}

/* CSS Variables */
:root {
  --color-1: #D9AA9B;
  --color-2: #F7C7B0;
  --color-3: #F4E4B8;
  --color-4: #D5E9A5;
  --color-5: #A3C7E0;
}

Whisker Whimsy Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D9AA9B, #F7C7B0, #F4E4B8, #D5E9A5, #A3C7E0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D9AA9B, #F7C7B0, #F4E4B8, #D5E9A5, #A3C7E0);
}

Whisker Whimsy color palette created on .

1 view
Whisker Whimsy Color Palette