Free Spirit Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Free Spirit palette

Share this palette to:

Download Free Spirit Color Palette (PNG)

Download free spirit color palette PNG image (landscape)
Download free spirit color palette PNG image (square)

Free Spirit color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #e5a4cc;
}
.color-3 {
color: #9263b6;
}
.color-4 {
color: #6c5b9a;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #e5a4cc;
--color-3: #9263b6;
--color-4: #6c5b9a;
--color-5: #ffffff;
}

Free Spirit background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #e5a4cc, #9263b6, #6c5b9a, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #e5a4cc, #9263b6, #6c5b9a, #ffffff);
}

Similar color palettes

Scroll down to explore 1 Orange color palette

Free Spirit color palette created on .