Purple Finn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Finn palette

Share this palette to:

Purple Finn color palette CSS

/* CSS */
.color-1 {
color: #381d4e;
}
.color-2 {
color: #4b2759;
}
.color-3 {
color: #5d355f;
}
.color-4 {
color: #764257;
}
.color-5 {
color: #76415e;
}

/* CSS Variables */
:root {
--color-1: #381d4e;
--color-2: #4b2759;
--color-3: #5d355f;
--color-4: #764257;
--color-5: #76415e;
}

Purple Finn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #381d4e, #4b2759, #5d355f, #764257, #76415e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #381d4e, #4b2759, #5d355f, #764257, #76415e);
}

Purple Finn color palette created on .