Earthy Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Embrace palette

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

Earthy Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #e1ac7a;
}
.color-3 {
color: #c1d6a4;
}
.color-4 {
color: #4b3c30;
}
.color-5 {
color: #8d9b6f;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #e1ac7a;
--color-3: #c1d6a4;
--color-4: #4b3c30;
--color-5: #8d9b6f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #e1ac7a, #c1d6a4, #4b3c30, #8d9b6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #e1ac7a, #c1d6a4, #4b3c30, #8d9b6f);
}

Earthy Embrace color palette created on .