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