Paleta de colores Five Hargreeves

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Five Hargreeves palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Five Hargreeves

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

CSS de la paleta de colores Five Hargreeves

/* 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 del degradado de fondo 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 .