Harmony of Earthy Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Harmony of Earthy Hues palette

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

Harmony of Earthy Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #e6ba60;
}
.color-3 {
color: #d98c45;
}
.color-4 {
color: #c4693b;
}
.color-5 {
color: #b54f3b;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #e6ba60;
--color-3: #d98c45;
--color-4: #c4693b;
--color-5: #b54f3b;
}

Harmony of Earthy Hues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #e6ba60, #d98c45, #c4693b, #b54f3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #e6ba60, #d98c45, #c4693b, #b54f3b);
}

Harmony of Earthy Hues color palette created on .