Pink Lirio do Vale Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Lirio do Vale palette

Share this palette to:

Pink Lirio do Vale color palette CSS

/* CSS */
.color-1 {
color: #e6c6d5;
}
.color-2 {
color: #f1daeb;
}
.color-3 {
color: #f2e3f0;
}
.color-4 {
color: #e0b2d7;
}
.color-5 {
color: #c68bba;
}

/* CSS Variables */
:root {
--color-1: #e6c6d5;
--color-2: #f1daeb;
--color-3: #f2e3f0;
--color-4: #e0b2d7;
--color-5: #c68bba;
}

Pink Lirio do Vale background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6c6d5, #f1daeb, #f2e3f0, #e0b2d7, #c68bba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6c6d5, #f1daeb, #f2e3f0, #e0b2d7, #c68bba);
}

Pink Lirio do Vale color palette created on .