Garfield's Chill Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Garfield's Chill palette
Color Inspiration
Images that showcase this color palette in real designs
Download Garfield's Chill Color Palette (PNG)
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);
}
Similar color palettes
Garfield's Chill color palette created on .