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