Free Spirit Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Free Spirit palette
Color Inspiration
Images that showcase this color palette in real designs
Download Free Spirit Color Palette (PNG)
Free Spirit color palette CSS
/* CSS */
.color-1 {
color: #2b3d50;
}
.color-2 {
color: #354a5f;
}
.color-3 {
color: #808d8e;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #f1c40e;
}
/* CSS Variables */
:root {
--color-1: #2b3d50;
--color-2: #354a5f;
--color-3: #808d8e;
--color-4: #e74d3c;
--color-5: #f1c40e;
}
Free Spirit background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d50, #354a5f, #808d8e, #e74d3c, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d50, #354a5f, #808d8e, #e74d3c, #f1c40e);
}
Similar color palettes
Scroll down to explore 1000+ colors.onyx color palettes
Free Spirit color palette created on .