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