Vibrant Fiesta カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Fiesta palette

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

Vibrant Fiesta カラーパレット CSS

/* CSS */
.color-1 {
color: #f8b830;
}
.color-2 {
color: #eab543;
}
.color-3 {
color: #f6a8a2;
}
.color-4 {
color: #d54e3f;
}
.color-5 {
color: #9f3a2d;
}

/* CSS Variables */
:root {
--color-1: #f8b830;
--color-2: #eab543;
--color-3: #f6a8a2;
--color-4: #d54e3f;
--color-5: #9f3a2d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b830, #eab543, #f6a8a2, #d54e3f, #9f3a2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b830, #eab543, #f6a8a2, #d54e3f, #9f3a2d);
}

Vibrant Fiesta color palette created on .