Sunset Citrus Burst カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Citrus Burst palette

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

Sunset Citrus Burst カラーパレット CSS

/* CSS */
.color-1 {
color: #ffd23d;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff8d5c;
}
.color-4 {
color: #ff713d;
}
.color-5 {
color: #ff4929;
}

/* CSS Variables */
:root {
--color-1: #ffd23d;
--color-2: #ffb84d;
--color-3: #ff8d5c;
--color-4: #ff713d;
--color-5: #ff4929;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd23d, #ffb84d, #ff8d5c, #ff713d, #ff4929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd23d, #ffb84d, #ff8d5c, #ff713d, #ff4929);
}

Sunset Citrus Burst color palette created on .