Five Hargreeves Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Five Hargreeves palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Five Hargreeves

Download five hargreeves color palette PNG image (landscape)
Download five hargreeves color palette PNG image (square)

tavolozza dei colori Five Hargreeves CSS

/* CSS */
.color-1 {
color: #1e1f20;
}
.color-2 {
color: #4b4d53;
}
.color-3 {
color: #838281;
}
.color-4 {
color: #b6b5b4;
}
.color-5 {
color: #e8e8e8;
}

/* CSS Variables */
:root {
--color-1: #1e1f20;
--color-2: #4b4d53;
--color-3: #838281;
--color-4: #b6b5b4;
--color-5: #e8e8e8;
}

CSS con gradiente di sfondo Five Hargreeves

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f20, #4b4d53, #838281, #b6b5b4, #e8e8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f20, #4b4d53, #838281, #b6b5b4, #e8e8e8);
}

Five Hargreeves color palette created on .