Folklore Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Folklore palette

Share this palette to:

Download Folklore Color Palette (PNG)

Download folklore color palette PNG image (landscape)
Download folklore color palette PNG image (square)

Folklore color palette CSS

/* CSS */
.color-1 {
color: #a1c2e3;
}
.color-2 {
color: #eac0a9;
}
.color-3 {
color: #f6dab6;
}
.color-4 {
color: #b0b4d8;
}
.color-5 {
color: #eab3c1;
}

/* CSS Variables */
:root {
--color-1: #a1c2e3;
--color-2: #eac0a9;
--color-3: #f6dab6;
--color-4: #b0b4d8;
--color-5: #eab3c1;
}

Folklore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c2e3, #eac0a9, #f6dab6, #b0b4d8, #eab3c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c2e3, #eac0a9, #f6dab6, #b0b4d8, #eab3c1);
}

Folklore color palette created on .