Stone Beige Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Stone Beige palette

Condividi questa palette a:

tavolozza dei colori Stone Beige CSS

/* CSS */
.color-1 {
color: #a79e90;
}
.color-2 {
color: #c1af9f;
}
.color-3 {
color: #d8c0b0;
}
.color-4 {
color: #e0c6b2;
}
.color-5 {
color: #f4e2d7;
}

/* CSS Variables */
:root {
--color-1: #a79e90;
--color-2: #c1af9f;
--color-3: #d8c0b0;
--color-4: #e0c6b2;
--color-5: #f4e2d7;
}

CSS con gradiente di sfondo Stone Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a79e90, #c1af9f, #d8c0b0, #e0c6b2, #f4e2d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a79e90, #c1af9f, #d8c0b0, #e0c6b2, #f4e2d7);
}

Stone Beige color palette created on .