Sunset Citrus カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Citrus palette

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

Sunset Citrus カラーパレット (PNG) をダウンロード

Download sunset citrus color palette PNG image (landscape)
Download sunset citrus color palette PNG image (square)

Sunset Citrus カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ff9d00;
}
.color-4 {
color: #ff8c00;
}
.color-5 {
color: #ff7700;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ffb300;
--color-3: #ff9d00;
--color-4: #ff8c00;
--color-5: #ff7700;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ffb300, #ff9d00, #ff8c00, #ff7700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ffb300, #ff9d00, #ff8c00, #ff7700);
}

Sunset Citrus color palette created on .