Purple Luxray Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Luxray palette
Purple Luxray color palette CSS
/* CSS */
.color-1 {
color: #4b3d8a;
}
.color-2 {
color: #6c5c99;
}
.color-3 {
color: #8e7dba;
}
.color-4 {
color: #f2d778;
}
.color-5 {
color: #f9a824;
}
/* CSS Variables */
:root {
--color-1: #4b3d8a;
--color-2: #6c5c99;
--color-3: #8e7dba;
--color-4: #f2d778;
--color-5: #f9a824;
}
Purple Luxray background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d8a, #6c5c99, #8e7dba, #f2d778, #f9a824);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d8a, #6c5c99, #8e7dba, #f2d778, #f9a824);
}
Similar color palettes
Purple Luxray color palette created on .