Earthy Enchantment カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Enchantment palette

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

Earthy Enchantment カラーパレット CSS

/* CSS */
.color-1 {
color: #e7ddc6;
}
.color-2 {
color: #c9ab5e;
}
.color-3 {
color: #899249;
}
.color-4 {
color: #b16a3e;
}
.color-5 {
color: #6a753e;
}

/* CSS Variables */
:root {
--color-1: #e7ddc6;
--color-2: #c9ab5e;
--color-3: #899249;
--color-4: #b16a3e;
--color-5: #6a753e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7ddc6, #c9ab5e, #899249, #b16a3e, #6a753e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7ddc6, #c9ab5e, #899249, #b16a3e, #6a753e);
}

Earthy Enchantment color palette created on .