Mossy Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mossy Serenity palette

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

Mossy Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #afc5a0;
}
.color-2 {
color: #f0db8e;
}
.color-3 {
color: #eadc80;
}
.color-4 {
color: #4d6b9d;
}
.color-5 {
color: #3a602a;
}

/* CSS Variables */
:root {
--color-1: #afc5a0;
--color-2: #f0db8e;
--color-3: #eadc80;
--color-4: #4d6b9d;
--color-5: #3a602a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afc5a0, #f0db8e, #eadc80, #4d6b9d, #3a602a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afc5a0, #f0db8e, #eadc80, #4d6b9d, #3a602a);
}

Mossy Serenity color palette created on .