Pure Sand Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Pure Sand palette
Immagine PNG della tavolozza dei colori Pure Sand
tavolozza dei colori Pure Sand CSS
/* CSS */
.color-1 {
color: #f7f3ee;
}
.color-2 {
color: #f4ede7;
}
.color-3 {
color: #f0e7e0;
}
.color-4 {
color: #ede1d9;
}
.color-5 {
color: #ebded6;
}
/* CSS Variables */
:root {
--color-1: #f7f3ee;
--color-2: #f4ede7;
--color-3: #f0e7e0;
--color-4: #ede1d9;
--color-5: #ebded6;
}
CSS con gradiente di sfondo Pure Sand
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f3ee, #f4ede7, #f0e7e0, #ede1d9, #ebded6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f3ee, #f4ede7, #f0e7e0, #ede1d9, #ebded6);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 300+ tavolozzas di colori Beige
Pure Sand color palette created on .