Orange Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Sunset palette

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

Orange Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #a65e9e;
}
.color-3 {
color: #d59c20;
}
.color-4 {
color: #6c3e79;
}
.color-5 {
color: #ffb84d;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #a65e9e;
--color-3: #d59c20;
--color-4: #6c3e79;
--color-5: #ffb84d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #a65e9e, #d59c20, #6c3e79, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #a65e9e, #d59c20, #6c3e79, #ffb84d);
}

Orange Sunset color palette created on .