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