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