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