Shades of Heliotrope Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Heliotrope palette

Share this palette to:

Shades of Heliotrope color palette CSS

/* CSS */
.color-1 {
color: #df75ff;
}
.color-2 {
color: #9f5ec5;
}
.color-3 {
color: #7c4d99;
}
.color-4 {
color: #d28edc;
}
.color-5 {
color: #f2a1e3;
}

/* CSS Variables */
:root {
--color-1: #df75ff;
--color-2: #9f5ec5;
--color-3: #7c4d99;
--color-4: #d28edc;
--color-5: #f2a1e3;
}

Shades of Heliotrope background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #df75ff, #9f5ec5, #7c4d99, #d28edc, #f2a1e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #df75ff, #9f5ec5, #7c4d99, #d28edc, #f2a1e3);
}

Shades of Heliotrope color palette created on .