Mint Pink Vampire Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mint Pink Vampire palette

Share this palette to:

Mint Pink Vampire color palette CSS

/* CSS */
.color-1 {
color: #b3eadf;
}
.color-2 {
color: #f8bfd0;
}
.color-3 {
color: #d26a9e;
}
.color-4 {
color: #9059a1;
}
.color-5 {
color: #ded3e9;
}

/* CSS Variables */
:root {
--color-1: #b3eadf;
--color-2: #f8bfd0;
--color-3: #d26a9e;
--color-4: #9059a1;
--color-5: #ded3e9;
}

Mint Pink Vampire background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3eadf, #f8bfd0, #d26a9e, #9059a1, #ded3e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3eadf, #f8bfd0, #d26a9e, #9059a1, #ded3e9);
}

Mint Pink Vampire color palette created on .