Sunset Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Orange palette

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

Sunset Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #ffc800;
}
.color-2 {
color: #ff5e00;
}
.color-3 {
color: #ff8800;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #ffe500;
}

/* CSS Variables */
:root {
--color-1: #ffc800;
--color-2: #ff5e00;
--color-3: #ff8800;
--color-4: #ffb300;
--color-5: #ffe500;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc800, #ff5e00, #ff8800, #ffb300, #ffe500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc800, #ff5e00, #ff8800, #ffb300, #ffe500);
}

Sunset Orange color palette created on .