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: #f7c6a6;
}
.color-2 {
color: #f5a18a;
}
.color-3 {
color: #f76e6e;
}
.color-4 {
color: #d24b4b;
}
.color-5 {
color: #931b1b;
}

/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #f5a18a;
--color-3: #f76e6e;
--color-4: #d24b4b;
--color-5: #931b1b;
}

Free Spirit background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #f5a18a, #f76e6e, #d24b4b, #931b1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #f5a18a, #f76e6e, #d24b4b, #931b1b);
}

Free Spirit color palette created on .