Forest Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Forest Serenity palette

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

Forest Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #5d9a47;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #f2e6ca;
}
.color-4 {
color: #d9a96d;
}
.color-5 {
color: #e76b32;
}

/* CSS Variables */
:root {
--color-1: #5d9a47;
--color-2: #a7d7b8;
--color-3: #f2e6ca;
--color-4: #d9a96d;
--color-5: #e76b32;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d9a47, #a7d7b8, #f2e6ca, #d9a96d, #e76b32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d9a47, #a7d7b8, #f2e6ca, #d9a96d, #e76b32);
}

Forest Serenity color palette created on .