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