Earthbound Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthbound Serenity palette

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

Earthbound Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #d5cec3;
}
.color-2 {
color: #e3d3c0;
}
.color-3 {
color: #c1b09f;
}
.color-4 {
color: #a5a19c;
}
.color-5 {
color: #8a8b79;
}

/* CSS Variables */
:root {
--color-1: #d5cec3;
--color-2: #e3d3c0;
--color-3: #c1b09f;
--color-4: #a5a19c;
--color-5: #8a8b79;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5cec3, #e3d3c0, #c1b09f, #a5a19c, #8a8b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5cec3, #e3d3c0, #c1b09f, #a5a19c, #8a8b79);
}

Earthbound Serenity color palette created on .