Mystic Gemstone Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystic Gemstone palette

Share this palette to:

Mystic Gemstone color palette CSS

/* CSS */
.color-1 {
color: #c9a3d1;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #8b5ba4;
}
.color-4 {
color: #5f3e79;
}
.color-5 {
color: #3b2c4e;
}

/* CSS Variables */
:root {
--color-1: #c9a3d1;
--color-2: #a77ccb;
--color-3: #8b5ba4;
--color-4: #5f3e79;
--color-5: #3b2c4e;
}

Mystic Gemstone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9a3d1, #a77ccb, #8b5ba4, #5f3e79, #3b2c4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9a3d1, #a77ccb, #8b5ba4, #5f3e79, #3b2c4e);
}

Mystic Gemstone color palette created on .