Fiesta Radiance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Fiesta Radiance palette

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

Fiesta Radiance カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c749;
}
.color-2 {
color: #f28d3a;
}
.color-3 {
color: #d95a30;
}
.color-4 {
color: #a12a26;
}
.color-5 {
color: #6f1f2b;
}

/* CSS Variables */
:root {
--color-1: #f8c749;
--color-2: #f28d3a;
--color-3: #d95a30;
--color-4: #a12a26;
--color-5: #6f1f2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c749, #f28d3a, #d95a30, #a12a26, #6f1f2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c749, #f28d3a, #d95a30, #a12a26, #6f1f2b);
}

Fiesta Radiance color palette created on .