Twilight Citrus カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Citrus palette

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

Twilight Citrus カラー パレット PNG 画像

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

Twilight Citrus カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #4f4f4f;
}
.color-3 {
color: #a3a300;
}
.color-4 {
color: #f6df60;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #4f4f4f;
--color-3: #a3a300;
--color-4: #f6df60;
--color-5: #f9c54e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #4f4f4f, #a3a300, #f6df60, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #4f4f4f, #a3a300, #f6df60, #f9c54e);
}

Twilight Citrus color palette created on .