Sunset Citrus カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Citrus palette

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

Sunset Citrus カラーパレット CSS

/* CSS */
.color-1 {
color: #edc550;
}
.color-2 {
color: #f4cf3e;
}
.color-3 {
color: #f9c55d;
}
.color-4 {
color: #f3a32b;
}
.color-5 {
color: #e76a23;
}

/* CSS Variables */
:root {
--color-1: #edc550;
--color-2: #f4cf3e;
--color-3: #f9c55d;
--color-4: #f3a32b;
--color-5: #e76a23;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edc550, #f4cf3e, #f9c55d, #f3a32b, #e76a23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edc550, #f4cf3e, #f9c55d, #f3a32b, #e76a23);
}

Sunset Citrus color palette created on .