Paleta de colores Gray Calm

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gray Calm palette

Compartir esta paleta en:

CSS de la paleta de colores Gray Calm

/* CSS */
.color-1 {
color: #afb2b6;
}
.color-2 {
color: #a4c6c4;
}
.color-3 {
color: #8fbdb3;
}
.color-4 {
color: #b5d4c2;
}
.color-5 {
color: #e2e4e2;
}

/* CSS Variables */
:root {
--color-1: #afb2b6;
--color-2: #a4c6c4;
--color-3: #8fbdb3;
--color-4: #b5d4c2;
--color-5: #e2e4e2;
}

CSS del degradado de fondo Gray Calm

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afb2b6, #a4c6c4, #8fbdb3, #b5d4c2, #e2e4e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afb2b6, #a4c6c4, #8fbdb3, #b5d4c2, #e2e4e2);
}

Gray Calm color palette created on .