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