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