Paleta de colores Gentle Giants

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gentle Giants palette

Compartir esta paleta en:

CSS de la paleta de colores Gentle Giants

/* CSS */
.color-1 {
color: #a9a7a2;
}
.color-2 {
color: #b7b39f;
}
.color-3 {
color: #d3c8b6;
}
.color-4 {
color: #e0cfc7;
}
.color-5 {
color: #f4e8e1;
}

/* CSS Variables */
:root {
--color-1: #a9a7a2;
--color-2: #b7b39f;
--color-3: #d3c8b6;
--color-4: #e0cfc7;
--color-5: #f4e8e1;
}

CSS del degradado de fondo Gentle Giants

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9a7a2, #b7b39f, #d3c8b6, #e0cfc7, #f4e8e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9a7a2, #b7b39f, #d3c8b6, #e0cfc7, #f4e8e1);
}

Gentle Giants color palette created on .