Garfield's Chill Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Garfield's Chill palette

Condividi questa palette a:

Scarica la tavolozza dei colori Garfield's Chill (PNG)

Download garfield's chill color palette PNG image (landscape)
Download garfield's chill color palette PNG image (square)

tavolozza dei colori Garfield's Chill 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;
}

CSS con gradiente di sfondo Garfield's Chill

/* 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);
}

Garfield's Chill color palette created on .