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