Fiesta Brilliance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Fiesta Brilliance palette
Fiesta Brilliance カラーパレット CSS
/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ffbb00;
}
.color-3 {
color: #ffcf57;
}
.color-4 {
color: #ff6d2e;
}
.color-5 {
color: #ff3d33;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ffbb00;
--color-3: #ffcf57;
--color-4: #ff6d2e;
--color-5: #ff3d33;
}
Fiesta Brilliance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ffbb00, #ffcf57, #ff6d2e, #ff3d33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ffbb00, #ffcf57, #ff6d2e, #ff3d33);
}
似たようなカラーパレット
Fiesta Brilliance color palette created on .