Warm Earthy Tones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Earthy Tones palette

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

Warm Earthy Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #f3c239;
}
.color-2 {
color: #f78d1d;
}
.color-3 {
color: #c74b1a;
}
.color-4 {
color: #a52c2c;
}
.color-5 {
color: #611f31;
}

/* CSS Variables */
:root {
--color-1: #f3c239;
--color-2: #f78d1d;
--color-3: #c74b1a;
--color-4: #a52c2c;
--color-5: #611f31;
}

Warm Earthy Tones の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c239, #f78d1d, #c74b1a, #a52c2c, #611f31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c239, #f78d1d, #c74b1a, #a52c2c, #611f31);
}

Warm Earthy Tones color palette created on .