Soft Linen Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Soft Linen palette
Immagine PNG della tavolozza dei colori Soft Linen
tavolozza dei colori Soft Linen CSS
/* CSS */
.color-1 {
color: #faf0e5;
}
.color-2 {
color: #f3e3d8;
}
.color-3 {
color: #e5c7b8;
}
.color-4 {
color: #d7a78e;
}
.color-5 {
color: #c78a6b;
}
/* CSS Variables */
:root {
--color-1: #faf0e5;
--color-2: #f3e3d8;
--color-3: #e5c7b8;
--color-4: #d7a78e;
--color-5: #c78a6b;
}
CSS con gradiente di sfondo Soft Linen
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faf0e5, #f3e3d8, #e5c7b8, #d7a78e, #c78a6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faf0e5, #f3e3d8, #e5c7b8, #d7a78e, #c78a6b);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 1000+ tavolozzas di colori colors.linen
Soft Linen color palette created on .