Earthy Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Serenity palette

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

Earthy Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #d8c2b0;
}
.color-2 {
color: #a9c1b9;
}
.color-3 {
color: #7db09b;
}
.color-4 {
color: #b1c8b7;
}
.color-5 {
color: #e5b69f;
}

/* CSS Variables */
:root {
--color-1: #d8c2b0;
--color-2: #a9c1b9;
--color-3: #7db09b;
--color-4: #b1c8b7;
--color-5: #e5b69f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c2b0, #a9c1b9, #7db09b, #b1c8b7, #e5b69f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c2b0, #a9c1b9, #7db09b, #b1c8b7, #e5b69f);
}

Earthy Serenity color palette created on .