Fiesta Burst カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Fiesta Burst palette

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

Fiesta Burst カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7142;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffea00;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #d6006f;
}

/* CSS Variables */
:root {
--color-1: #ff7142;
--color-2: #ffb84d;
--color-3: #ffea00;
--color-4: #a3d55d;
--color-5: #d6006f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7142, #ffb84d, #ffea00, #a3d55d, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7142, #ffb84d, #ffea00, #a3d55d, #d6006f);
}

Fiesta Burst color palette created on .