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