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