Purple Scare Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Scare palette

Share this palette to:

Purple Scare color palette CSS

/* CSS */
.color-1 {
color: #4c3d6c;
}
.color-2 {
color: #7d5c99;
}
.color-3 {
color: #b69dc3;
}
.color-4 {
color: #e9b9d6;
}
.color-5 {
color: #f5d4b8;
}

/* CSS Variables */
:root {
--color-1: #4c3d6c;
--color-2: #7d5c99;
--color-3: #b69dc3;
--color-4: #e9b9d6;
--color-5: #f5d4b8;
}

Purple Scare background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d6c, #7d5c99, #b69dc3, #e9b9d6, #f5d4b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d6c, #7d5c99, #b69dc3, #e9b9d6, #f5d4b8);
}

Purple Scare color palette created on .