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