Earth's Embrace Palette カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earth's Embrace Palette palette

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

Earth's Embrace Palette カラーパレット CSS

/* CSS */
.color-1 {
color: #afa397;
}
.color-2 {
color: #836744;
}
.color-3 {
color: #65422f;
}
.color-4 {
color: #402d1c;
}
.color-5 {
color: #52240f;
}

/* CSS Variables */
:root {
--color-1: #afa397;
--color-2: #836744;
--color-3: #65422f;
--color-4: #402d1c;
--color-5: #52240f;
}

Earth's Embrace Palette の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afa397, #836744, #65422f, #402d1c, #52240f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afa397, #836744, #65422f, #402d1c, #52240f);
}

Earth's Embrace Palette color palette created on .