Spirit of the Schoolyard Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spirit of the Schoolyard palette

Share this palette to:

Spirit of the Schoolyard color palette 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 background gradient 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 .