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