Shades of Morado Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Morado palette
Color Inspiration
Images that showcase this color palette in real designs
Download Shades of Morado Color Palette (PNG)
Shades of Morado color palette CSS
/* CSS */
.color-1 {
color: #7e1c87;
}
.color-2 {
color: #9c3c9f;
}
.color-3 {
color: #c76bb6;
}
.color-4 {
color: #e29cca;
}
.color-5 {
color: #f4b3e5;
}
/* CSS Variables */
:root {
--color-1: #7e1c87;
--color-2: #9c3c9f;
--color-3: #c76bb6;
--color-4: #e29cca;
--color-5: #f4b3e5;
}
Shades of Morado background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e1c87, #9c3c9f, #c76bb6, #e29cca, #f4b3e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e1c87, #9c3c9f, #c76bb6, #e29cca, #f4b3e5);
}
Similar color palettes
Shades of Morado color palette created on .