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