Seeking the Sun カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Seeking the Sun palette
Seeking the Sun カラー パレット PNG 画像
Seeking the Sun カラーパレット CSS
/* CSS */
.color-1 {
color: #f8d859;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f86c30;
}
.color-4 {
color: #e94e77;
}
.color-5 {
color: #b42d6c;
}
/* CSS Variables */
:root {
--color-1: #f8d859;
--color-2: #f5a524;
--color-3: #f86c30;
--color-4: #e94e77;
--color-5: #b42d6c;
}
Seeking the Sun の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d859, #f5a524, #f86c30, #e94e77, #b42d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d859, #f5a524, #f86c30, #e94e77, #b42d6c);
}
似たようなカラーパレット
Seeking the Sun color palette created on .