Earthly Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthly Embrace palette

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

Earthly Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #c77e5c;
}
.color-2 {
color: #d9b29b;
}
.color-3 {
color: #e4b3a0;
}
.color-4 {
color: #e7c5a7;
}
.color-5 {
color: #c9e1c1;
}

/* CSS Variables */
:root {
--color-1: #c77e5c;
--color-2: #d9b29b;
--color-3: #e4b3a0;
--color-4: #e7c5a7;
--color-5: #c9e1c1;
}

Earthly Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c77e5c, #d9b29b, #e4b3a0, #e7c5a7, #c9e1c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c77e5c, #d9b29b, #e4b3a0, #e7c5a7, #c9e1c1);
}

Earthly Embrace color palette created on .