Orange Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Sunset palette

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

Orange Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff4d00;
}
.color-2 {
color: #ff7e2e;
}
.color-3 {
color: #ffab61;
}
.color-4 {
color: #ffd48f;
}
.color-5 {
color: #fff6c2;
}

/* CSS Variables */
:root {
--color-1: #ff4d00;
--color-2: #ff7e2e;
--color-3: #ffab61;
--color-4: #ffd48f;
--color-5: #fff6c2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d00, #ff7e2e, #ffab61, #ffd48f, #fff6c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d00, #ff7e2e, #ffab61, #ffd48f, #fff6c2);
}

Orange Sunset color palette created on .