Prideful Spectrum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Prideful Spectrum palette

Share this palette to:

Prideful Spectrum color palette CSS

/* CSS */
.color-1 {
color: #b84c92;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #3e86c1;
}
.color-4 {
color: #d36c5f;
}
.color-5 {
color: #5a3e8e;
}

/* CSS Variables */
:root {
--color-1: #b84c92;
--color-2: #f0a800;
--color-3: #3e86c1;
--color-4: #d36c5f;
--color-5: #5a3e8e;
}

Prideful Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b84c92, #f0a800, #3e86c1, #d36c5f, #5a3e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b84c92, #f0a800, #3e86c1, #d36c5f, #5a3e8e);
}

Prideful Spectrum color palette created on .