Forest Floor Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Forest Floor palette
Image Gallery

tavolozza dei colori Forest Floor CSS
/* CSS */
.color-1 {
color: #c4906e;
}
.color-2 {
color: #c0bcc2;
}
.color-3 {
color: #806152;
}
.color-4 {
color: #99725c;
}
.color-5 {
color: #331815;
}
/* CSS Variables */
:root {
--color-1: #c4906e;
--color-2: #c0bcc2;
--color-3: #806152;
--color-4: #99725c;
--color-5: #331815;
}
CSS con gradiente di sfondo Forest Floor
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4906e, #c0bcc2, #806152, #99725c, #331815);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4906e, #c0bcc2, #806152, #99725c, #331815);
}
Tavolozze di colori simili
Forest Floor color palette created on .