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