Citrus Burst カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Citrus Burst palette

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

Citrus Burst カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb13d;
}
.color-3 {
color: #f6d55a;
}
.color-4 {
color: #a1d86e;
}
.color-5 {
color: #5d9b31;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb13d;
--color-3: #f6d55a;
--color-4: #a1d86e;
--color-5: #5d9b31;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb13d, #f6d55a, #a1d86e, #5d9b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb13d, #f6d55a, #a1d86e, #5d9b31);
}

Citrus Burst color palette created on .