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