Earthy Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Serenity palette

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

Earthy Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #d8e3a0;
}
.color-2 {
color: #1d3521;
}
.color-3 {
color: #b9754b;
}
.color-4 {
color: #eeede3;
}
.color-5 {
color: #f2bb88;
}

/* CSS Variables */
:root {
--color-1: #d8e3a0;
--color-2: #1d3521;
--color-3: #b9754b;
--color-4: #eeede3;
--color-5: #f2bb88;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8e3a0, #1d3521, #b9754b, #eeede3, #f2bb88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8e3a0, #1d3521, #b9754b, #eeede3, #f2bb88);
}

似たようなカラーパレット

下にスクロールして1個のLight Greenカラーパレットを探索しましょう

Earthy Serenity color palette created on .