Orange Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Sunset palette

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

Orange Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #fbce93;
}
.color-2 {
color: #f6a85a;
}
.color-3 {
color: #ef994d;
}
.color-4 {
color: #e57b38;
}
.color-5 {
color: #d75c28;
}

/* CSS Variables */
:root {
--color-1: #fbce93;
--color-2: #f6a85a;
--color-3: #ef994d;
--color-4: #e57b38;
--color-5: #d75c28;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbce93, #f6a85a, #ef994d, #e57b38, #d75c28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbce93, #f6a85a, #ef994d, #e57b38, #d75c28);
}

Orange Sunset color palette created on .