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