Trick or Treat Meow Meows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Trick or Treat Meow Meows palette

Share this palette to:

Trick or Treat Meow Meows color palette PNG image

Download trick or treat meow meows color palette PNG image (landscape)
Download trick or treat meow meows color palette PNG image (square)

Trick or Treat Meow Meows color palette CSS

/* CSS */
.color-1 {
color: #f5b2b2;
}
.color-2 {
color: #f5a17a;
}
.color-3 {
color: #f4c952;
}
.color-4 {
color: #7f5b9f;
}
.color-5 {
color: #5d4d7a;
}

/* CSS Variables */
:root {
--color-1: #f5b2b2;
--color-2: #f5a17a;
--color-3: #f4c952;
--color-4: #7f5b9f;
--color-5: #5d4d7a;
}

Trick or Treat Meow Meows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2b2, #f5a17a, #f4c952, #7f5b9f, #5d4d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2b2, #f5a17a, #f4c952, #7f5b9f, #5d4d7a);
}

Trick or Treat Meow Meows color palette created on .