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