Orange Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Sunset palette

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

Orange Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcb5c;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #d73c28;
}
.color-4 {
color: #502c2b;
}
.color-5 {
color: #3f3e3b;
}

/* CSS Variables */
:root {
--color-1: #ffcb5c;
--color-2: #ff6d2e;
--color-3: #d73c28;
--color-4: #502c2b;
--color-5: #3f3e3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcb5c, #ff6d2e, #d73c28, #502c2b, #3f3e3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcb5c, #ff6d2e, #d73c28, #502c2b, #3f3e3b);
}

Orange Sunset color palette created on .