Earthy Embrace カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Earthy Embrace palette
Earthy Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #cfc5aa;
}
.color-2 {
color: #b4a379;
}
.color-3 {
color: #98855d;
}
.color-4 {
color: #7e6d49;
}
.color-5 {
color: #6a572f;
}
/* CSS Variables */
:root {
--color-1: #cfc5aa;
--color-2: #b4a379;
--color-3: #98855d;
--color-4: #7e6d49;
--color-5: #6a572f;
}
Earthy Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfc5aa, #b4a379, #98855d, #7e6d49, #6a572f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfc5aa, #b4a379, #98855d, #7e6d49, #6a572f);
}
似たようなカラーパレット
Earthy Embrace color palette created on .