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