Sunny Citrus Burst カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunny Citrus Burst palette

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

Sunny Citrus Burst カラーパレット CSS

/* CSS */
.color-1 {
color: #ffd54d;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff8c2e;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #ff5e00;
}

/* CSS Variables */
:root {
--color-1: #ffd54d;
--color-2: #ffb84d;
--color-3: #ff8c2e;
--color-4: #ff6d1f;
--color-5: #ff5e00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd54d, #ffb84d, #ff8c2e, #ff6d1f, #ff5e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd54d, #ffb84d, #ff8c2e, #ff6d1f, #ff5e00);
}

Sunny Citrus Burst color palette created on .