Shells and Spice Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shells and Spice palette
tavolozza dei colori Shells and Spice CSS
/* CSS */
.color-1 {
color: #e2d0c5;
}
.color-2 {
color: #d3b59c;
}
.color-3 {
color: #b09982;
}
.color-4 {
color: #896d58;
}
.color-5 {
color: #6f4f3e;
}
/* CSS Variables */
:root {
--color-1: #e2d0c5;
--color-2: #d3b59c;
--color-3: #b09982;
--color-4: #896d58;
--color-5: #6f4f3e;
}
CSS con gradiente di sfondo Shells and Spice
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2d0c5, #d3b59c, #b09982, #896d58, #6f4f3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2d0c5, #d3b59c, #b09982, #896d58, #6f4f3e);
}
Tavolozze di colori simili
Shells and Spice color palette created on .