Purple Formal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Formal palette

Share this palette to:

Purple Formal color palette CSS

/* CSS */
.color-1 {
color: #a7b4d2;
}
.color-2 {
color: #d3c6e1;
}
.color-3 {
color: #e9b4d2;
}
.color-4 {
color: #f9caa4;
}
.color-5 {
color: #f2b05a;
}

/* CSS Variables */
:root {
--color-1: #a7b4d2;
--color-2: #d3c6e1;
--color-3: #e9b4d2;
--color-4: #f9caa4;
--color-5: #f2b05a;
}

Purple Formal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b4d2, #d3c6e1, #e9b4d2, #f9caa4, #f2b05a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b4d2, #d3c6e1, #e9b4d2, #f9caa4, #f2b05a);
}

Purple Formal color palette created on .