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