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