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: #a45eb5;
}
.color-3 {
color: #f1a7e6;
}
.color-4 {
color: #ffb3e0;
}
.color-5 {
color: #ff809f;
}

/* CSS Variables */
:root {
--color-1: #df75ff;
--color-2: #a45eb5;
--color-3: #f1a7e6;
--color-4: #ffb3e0;
--color-5: #ff809f;
}

Shades of Heliotrope background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #df75ff, #a45eb5, #f1a7e6, #ffb3e0, #ff809f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #df75ff, #a45eb5, #f1a7e6, #ffb3e0, #ff809f);
}

Shades of Heliotrope color palette created on .