Forest Floor カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Forest Floor palette
Image Gallery

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;
}
Forest Floor の背景のグラデーション CSS
/* 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);
}
似たようなカラーパレット
Forest Floor color palette created on .