Orange Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Sunset palette

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

Orange Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #d74f1d;
}
.color-4 {
color: #a2348e;
}
.color-5 {
color: #5c3f8d;
}

/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #ff6d1f;
--color-3: #d74f1d;
--color-4: #a2348e;
--color-5: #5c3f8d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #ff6d1f, #d74f1d, #a2348e, #5c3f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #ff6d1f, #d74f1d, #a2348e, #5c3f8d);
}

Orange Sunset color palette created on .