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