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