Purple Fear Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Fear palette

Share this palette to:

Purple Fear color palette CSS

/* CSS */
.color-1 {
color: #5a2d71;
}
.color-2 {
color: #b93c9c;
}
.color-3 {
color: #f68923;
}
.color-4 {
color: #f1e0a2;
}
.color-5 {
color: #7fc0e6;
}

/* CSS Variables */
:root {
--color-1: #5a2d71;
--color-2: #b93c9c;
--color-3: #f68923;
--color-4: #f1e0a2;
--color-5: #7fc0e6;
}

Purple Fear background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a2d71, #b93c9c, #f68923, #f1e0a2, #7fc0e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a2d71, #b93c9c, #f68923, #f1e0a2, #7fc0e6);
}

Purple Fear color palette created on .