Purple Cavern Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Cavern palette

Share this palette to:

Purple Cavern color palette CSS

/* CSS */
.color-1 {
color: #492c49;
}
.color-2 {
color: #784f78;
}
.color-3 {
color: #a871a8;
}
.color-4 {
color: #d9a1d9;
}
.color-5 {
color: #f5c7f5;
}

/* CSS Variables */
:root {
--color-1: #492c49;
--color-2: #784f78;
--color-3: #a871a8;
--color-4: #d9a1d9;
--color-5: #f5c7f5;
}

Purple Cavern background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c49, #784f78, #a871a8, #d9a1d9, #f5c7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c49, #784f78, #a871a8, #d9a1d9, #f5c7f5);
}

Purple Cavern color palette created on .