Surreal Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Surreal Purple palette

Share this palette to:

Surreal Purple color palette CSS

/* CSS */
.color-1 {
color: #5e4b8b;
}
.color-2 {
color: #9c7dba;
}
.color-3 {
color: #e1c6e1;
}
.color-4 {
color: #f5e6d6;
}
.color-5 {
color: #f9c36c;
}

/* CSS Variables */
:root {
--color-1: #5e4b8b;
--color-2: #9c7dba;
--color-3: #e1c6e1;
--color-4: #f5e6d6;
--color-5: #f9c36c;
}

Surreal Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4b8b, #9c7dba, #e1c6e1, #f5e6d6, #f9c36c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4b8b, #9c7dba, #e1c6e1, #f5e6d6, #f9c36c);
}

Surreal Purple color palette created on .