Garfield's Chill Color Palette
Discover the beautiful Garfield's Chill color palette featuring crusta (#ff7e2e), texas rose (#ffb84d), school bus yellow (#ffd900), mexican red (#a62b2b) and olive drab (#6b8f24).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Garfield's Chill palette
๐ป Garfield's Chill color palette CSS
/* CSS */
.color-1 {
color: #ff7e2e;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #a62b2b;
}
.color-5 {
color: #6b8f24;
}
/* CSS Variables */
:root {
--color-1: #ff7e2e;
--color-2: #ffb84d;
--color-3: #ffd900;
--color-4: #a62b2b;
--color-5: #6b8f24;
} ๐ Garfield's Chill background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e2e, #ffb84d, #ffd900, #a62b2b, #6b8f24);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e2e, #ffb84d, #ffd900, #a62b2b, #6b8f24);
} ๐ Explore similar color palettes
Garfield's Chill color palette created on .