Stone Beige Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Stone Beige palette
tavolozza dei colori Stone Beige CSS
/* CSS */
.color-1 {
color: #7e7c6d;
}
.color-2 {
color: #a8a08f;
}
.color-3 {
color: #d1d0c1;
}
.color-4 {
color: #e2d9c5;
}
.color-5 {
color: #f4e3d7;
}
/* CSS Variables */
:root {
--color-1: #7e7c6d;
--color-2: #a8a08f;
--color-3: #d1d0c1;
--color-4: #e2d9c5;
--color-5: #f4e3d7;
}
CSS con gradiente di sfondo Stone Beige
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e7c6d, #a8a08f, #d1d0c1, #e2d9c5, #f4e3d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e7c6d, #a8a08f, #d1d0c1, #e2d9c5, #f4e3d7);
}
Tavolozze di colori simili
Stone Beige color palette created on .