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