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