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