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