Earth's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earth's Embrace palette

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

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

/* CSS */
.color-1 {
color: #7e5c3a;
}
.color-2 {
color: #a79f7b;
}
.color-3 {
color: #5d7e68;
}
.color-4 {
color: #8bb6a3;
}
.color-5 {
color: #e9c1b4;
}

/* CSS Variables */
:root {
--color-1: #7e5c3a;
--color-2: #a79f7b;
--color-3: #5d7e68;
--color-4: #8bb6a3;
--color-5: #e9c1b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e5c3a, #a79f7b, #5d7e68, #8bb6a3, #e9c1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e5c3a, #a79f7b, #5d7e68, #8bb6a3, #e9c1b4);
}

Earth's Embrace color palette created on .