Orange Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Sunset palette

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

Orange Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff8b42;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffda6b;
}
.color-4 {
color: #ffeba3;
}
.color-5 {
color: #fff4e0;
}

/* CSS Variables */
:root {
--color-1: #ff8b42;
--color-2: #ffb84d;
--color-3: #ffda6b;
--color-4: #ffeba3;
--color-5: #fff4e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8b42, #ffb84d, #ffda6b, #ffeba3, #fff4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8b42, #ffb84d, #ffda6b, #ffeba3, #fff4e0);
}

Orange Sunset color palette created on .