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