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