Moss Green Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Moss Green Serenity palette

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

Moss Green Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a7df9f;
}
.color-2 {
color: #c2e2b6;
}
.color-3 {
color: #d7e5c2;
}
.color-4 {
color: #f2f7d4;
}
.color-5 {
color: #f7f3c5;
}

/* CSS Variables */
:root {
--color-1: #a7df9f;
--color-2: #c2e2b6;
--color-3: #d7e5c2;
--color-4: #f2f7d4;
--color-5: #f7f3c5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7df9f, #c2e2b6, #d7e5c2, #f2f7d4, #f7f3c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7df9f, #c2e2b6, #d7e5c2, #f2f7d4, #f7f3c5);
}

Moss Green Serenity color palette created on .