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