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