Beige Mystique Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Beige Mystique palette
tavolozza dei colori Beige Mystique CSS
/* CSS */
.color-1 {
color: #e4d9c9;
}
.color-2 {
color: #d0b69f;
}
.color-3 {
color: #b79e8f;
}
.color-4 {
color: #a68f7d;
}
.color-5 {
color: #8d7c6d;
}
/* CSS Variables */
:root {
--color-1: #e4d9c9;
--color-2: #d0b69f;
--color-3: #b79e8f;
--color-4: #a68f7d;
--color-5: #8d7c6d;
}
CSS con gradiente di sfondo Beige Mystique
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d9c9, #d0b69f, #b79e8f, #a68f7d, #8d7c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d9c9, #d0b69f, #b79e8f, #a68f7d, #8d7c6d);
}
Tavolozze di colori simili
Beige Mystique color palette created on .