Purple Eclipse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Eclipse palette
Purple Eclipse color palette CSS
/* CSS */
.color-1 {
color: #4b3d6c;
}
.color-2 {
color: #6f4c90;
}
.color-3 {
color: #9f5b9f;
}
.color-4 {
color: #d57d6c;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #4b3d6c;
--color-2: #6f4c90;
--color-3: #9f5b9f;
--color-4: #d57d6c;
--color-5: #f0a800;
}
Purple Eclipse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d6c, #6f4c90, #9f5b9f, #d57d6c, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d6c, #6f4c90, #9f5b9f, #d57d6c, #f0a800);
}
Similar color palettes
Purple Eclipse color palette created on .