Peanut Party Palette

This palette evokes the warmth and richness of a cozy gathering with peanut treats and cheerful vibes

Color Adjustments

Peanut Party Palette Color Palette CSS

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

.color-2 {
  color: #E1A100;
}

.color-3 {
  color: #F4D35E;
}

.color-4 {
  color: #B57B30;
}

.color-5 {
  color: #7D6A5E;
}

/* CSS Variables */
:root {
  --color-1: #D6CDAA;
  --color-2: #E1A100;
  --color-3: #F4D35E;
  --color-4: #B57B30;
  --color-5: #7D6A5E;
}

Peanut Party Palette Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D6CDAA, #E1A100, #F4D35E, #B57B30, #7D6A5E);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D6CDAA, #E1A100, #F4D35E, #B57B30, #7D6A5E);
}

Peanut Party Palette color palette created on .

30 views