Forest Floor Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Forest Floor Harmony palette

このパレットを共有する先:

Forest Floor Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #d2b8a3;
}
.color-2 {
color: #c5a48c;
}
.color-3 {
color: #b89875;
}
.color-4 {
color: #a46b56;
}
.color-5 {
color: #8a4d4c;
}

/* CSS Variables */
:root {
--color-1: #d2b8a3;
--color-2: #c5a48c;
--color-3: #b89875;
--color-4: #a46b56;
--color-5: #8a4d4c;
}

Forest Floor Harmony の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2b8a3, #c5a48c, #b89875, #a46b56, #8a4d4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2b8a3, #c5a48c, #b89875, #a46b56, #8a4d4c);
}

Forest Floor Harmony color palette created on .