Gray Calm Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Gray Calm palette

Condividi questa palette a:

tavolozza dei colori Gray Calm CSS

/* 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 con gradiente di sfondo 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 .