Earthy Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Serenity palette

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

Earthy Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #d6c7a4;
}
.color-2 {
color: #b7d99b;
}
.color-3 {
color: #a5cfa5;
}
.color-4 {
color: #7db091;
}
.color-5 {
color: #4c905c;
}

/* CSS Variables */
:root {
--color-1: #d6c7a4;
--color-2: #b7d99b;
--color-3: #a5cfa5;
--color-4: #7db091;
--color-5: #4c905c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c7a4, #b7d99b, #a5cfa5, #7db091, #4c905c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c7a4, #b7d99b, #a5cfa5, #7db091, #4c905c);
}

Earthy Serenity color palette created on .