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