Sands of Valor Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sands of Valor palette
tavolozza dei colori Sands of Valor CSS
/* CSS */
.color-1 {
color: #d1a05c;
}
.color-2 {
color: #c88c4c;
}
.color-3 {
color: #bf7f3b;
}
.color-4 {
color: #a96b2d;
}
.color-5 {
color: #8d5d2a;
}
/* CSS Variables */
:root {
--color-1: #d1a05c;
--color-2: #c88c4c;
--color-3: #bf7f3b;
--color-4: #a96b2d;
--color-5: #8d5d2a;
}
CSS con gradiente di sfondo Sands of Valor
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1a05c, #c88c4c, #bf7f3b, #a96b2d, #8d5d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1a05c, #c88c4c, #bf7f3b, #a96b2d, #8d5d2a);
}
Tavolozze di colori simili
Sands of Valor color palette created on .