Violet Gem Light Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Violet Gem Light palette
Color Inspiration
Images that showcase this color palette in real designs
Download Violet Gem Light Color Palette (PNG)
Violet Gem Light color palette CSS
/* CSS */
.color-1 {
color: #b4a7c8;
}
.color-2 {
color: #a688b4;
}
.color-3 {
color: #956a9a;
}
.color-4 {
color: #8c588d;
}
.color-5 {
color: #6e3a6e;
}
/* CSS Variables */
:root {
--color-1: #b4a7c8;
--color-2: #a688b4;
--color-3: #956a9a;
--color-4: #8c588d;
--color-5: #6e3a6e;
}
Violet Gem Light background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4a7c8, #a688b4, #956a9a, #8c588d, #6e3a6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4a7c8, #a688b4, #956a9a, #8c588d, #6e3a6e);
}
Similar color palettes
Violet Gem Light color palette created on .