Trick or Treat Meow Meows Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Trick or Treat Meow Meows palette
Color Inspiration
Images that showcase this color palette in real designs
Download Trick or Treat Meow Meows Color Palette (PNG)
Trick or Treat Meow Meows color palette CSS
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #d65d00;
}
.color-4 {
color: #583d2c;
}
.color-5 {
color: #4a0080;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8c00;
--color-3: #d65d00;
--color-4: #583d2c;
--color-5: #4a0080;
}
Trick or Treat Meow Meows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8c00, #d65d00, #583d2c, #4a0080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8c00, #d65d00, #583d2c, #4a0080);
}
Similar color palettes
Trick or Treat Meow Meows color palette created on .