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