Fiesta Flavors カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Fiesta Flavors palette
Fiesta Flavors カラーパレット (PNG) をダウンロード
Fiesta Flavors カラーパレット CSS
/* CSS */
.color-1 {
color: #589d64;
}
.color-2 {
color: #ec3f3c;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #8c3f3b;
}
/* CSS Variables */
:root {
--color-1: #589d64;
--color-2: #ec3f3c;
--color-3: #f7c94b;
--color-4: #f0a800;
--color-5: #8c3f3b;
}
Fiesta Flavors の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #589d64, #ec3f3c, #f7c94b, #f0a800, #8c3f3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #589d64, #ec3f3c, #f7c94b, #f0a800, #8c3f3b);
}
似たようなカラーパレット
Fiesta Flavors color palette created on .