Orange Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Sunset palette

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

Orange Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff700a;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #ffb05c;
}
.color-4 {
color: #f2da6e;
}
.color-5 {
color: #e2a34b;
}

/* CSS Variables */
:root {
--color-1: #ff700a;
--color-2: #ff8b3d;
--color-3: #ffb05c;
--color-4: #f2da6e;
--color-5: #e2a34b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff700a, #ff8b3d, #ffb05c, #f2da6e, #e2a34b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff700a, #ff8b3d, #ffb05c, #f2da6e, #e2a34b);
}

Orange Sunset color palette created on .