Creamy Sand Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Creamy Sand palette
tavolozza dei colori Creamy Sand CSS
/* CSS */
.color-1 {
color: #f6e5d5;
}
.color-2 {
color: #e3b8a1;
}
.color-3 {
color: #d59f6d;
}
.color-4 {
color: #c8a54c;
}
.color-5 {
color: #e1c6b7;
}
/* CSS Variables */
:root {
--color-1: #f6e5d5;
--color-2: #e3b8a1;
--color-3: #d59f6d;
--color-4: #c8a54c;
--color-5: #e1c6b7;
}
CSS con gradiente di sfondo Creamy Sand
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5d5, #e3b8a1, #d59f6d, #c8a54c, #e1c6b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5d5, #e3b8a1, #d59f6d, #c8a54c, #e1c6b7);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 50+ tavolozzas di colori Spiaggia
Creamy Sand color palette created on .