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