Sunset Orange Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Orange Shades palette

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

Sunset Orange Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ff8b42;
}
.color-3 {
color: #ffa852;
}
.color-4 {
color: #ffcc66;
}
.color-5 {
color: #ffe08a;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ff8b42;
--color-3: #ffa852;
--color-4: #ffcc66;
--color-5: #ffe08a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ff8b42, #ffa852, #ffcc66, #ffe08a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ff8b42, #ffa852, #ffcc66, #ffe08a);
}

Sunset Orange Shades color palette created on .