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