Johannesburg Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Johannesburg Sunset palette

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

Johannesburg Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #e3b04a;
}
.color-2 {
color: #f2a76e;
}
.color-3 {
color: #f06f66;
}
.color-4 {
color: #d75065;
}
.color-5 {
color: #9a3c87;
}

/* CSS Variables */
:root {
--color-1: #e3b04a;
--color-2: #f2a76e;
--color-3: #f06f66;
--color-4: #d75065;
--color-5: #9a3c87;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b04a, #f2a76e, #f06f66, #d75065, #9a3c87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b04a, #f2a76e, #f06f66, #d75065, #9a3c87);
}

Johannesburg Sunset color palette created on .