Forest Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Forest Serenity palette

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

Forest Serenity カラー パレット PNG 画像

Download forest serenity color palette PNG image (landscape)
Download forest serenity color palette PNG image (square)

Forest Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #2e492d;
}
.color-2 {
color: #4b815b;
}
.color-3 {
color: #97c8a2;
}
.color-4 {
color: #b3d98c;
}
.color-5 {
color: #d4e6a8;
}

/* CSS Variables */
:root {
--color-1: #2e492d;
--color-2: #4b815b;
--color-3: #97c8a2;
--color-4: #b3d98c;
--color-5: #d4e6a8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e492d, #4b815b, #97c8a2, #b3d98c, #d4e6a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e492d, #4b815b, #97c8a2, #b3d98c, #d4e6a8);
}

Forest Serenity color palette created on .