Frida Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Frida palette

Share this palette to:

Frida color palette PNG image

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

Frida color palette CSS

/* CSS */
.color-1 {
color: #1b4e50;
}
.color-2 {
color: #8d2e2a;
}
.color-3 {
color: #d05b4e;
}
.color-4 {
color: #f6e8c1;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #1b4e50;
--color-2: #8d2e2a;
--color-3: #d05b4e;
--color-4: #f6e8c1;
--color-5: #f1c84b;
}

Frida background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b4e50, #8d2e2a, #d05b4e, #f6e8c1, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b4e50, #8d2e2a, #d05b4e, #f6e8c1, #f1c84b);
}

Frida color palette created on .