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