Earthy Orange カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Earthy Orange palette
Earthy Orange カラーパレット CSS
/* CSS */
.color-1 {
color: #d6944c;
}
.color-2 {
color: #c16a4e;
}
.color-3 {
color: #9f4d3c;
}
.color-4 {
color: #8b322d;
}
.color-5 {
color: #802d2e;
}
/* CSS Variables */
:root {
--color-1: #d6944c;
--color-2: #c16a4e;
--color-3: #9f4d3c;
--color-4: #8b322d;
--color-5: #802d2e;
}
Earthy Orange の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6944c, #c16a4e, #9f4d3c, #8b322d, #802d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6944c, #c16a4e, #9f4d3c, #8b322d, #802d2e);
}
似たようなカラーパレット
下にスクロールして600+個のアーシーカラーパレットを探索しましょう
Earthy Orange color palette created on .