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: #dbc7b3;
}
.color-2 {
color: #ebdfd1;
}
.color-3 {
color: #ead8cd;
}
.color-4 {
color: #d8bca6;
}
.color-5 {
color: #c8a288;
}
/* CSS Variables */
:root {
--color-1: #dbc7b3;
--color-2: #ebdfd1;
--color-3: #ead8cd;
--color-4: #d8bca6;
--color-5: #c8a288;
}
CSS con gradiente di sfondo Sands of Time
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbc7b3, #ebdfd1, #ead8cd, #d8bca6, #c8a288);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbc7b3, #ebdfd1, #ead8cd, #d8bca6, #c8a288);
}
Tavolozze di colori simili
Sands of Time color palette created on .