Orange Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Sunset palette

このパレットを共有する先:

Orange Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f3a662;
}
.color-2 {
color: #f29e4a;
}
.color-3 {
color: #e57a48;
}
.color-4 {
color: #d55339;
}
.color-5 {
color: #a7352f;
}

/* CSS Variables */
:root {
--color-1: #f3a662;
--color-2: #f29e4a;
--color-3: #e57a48;
--color-4: #d55339;
--color-5: #a7352f;
}

Orange Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a662, #f29e4a, #e57a48, #d55339, #a7352f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a662, #f29e4a, #e57a48, #d55339, #a7352f);
}

Orange Sunset color palette created on .