Orange Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Sunset palette

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

Orange Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f76c22;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #d83d2c;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f0a800;
--color-3: #f76c22;
--color-4: #e76e50;
--color-5: #d83d2c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f0a800, #f76c22, #e76e50, #d83d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f0a800, #f76c22, #e76e50, #d83d2c);
}

Orange Sunset color palette created on .