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