Pink Troll Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Troll palette

Share this palette to:

Pink Troll color palette CSS

/* CSS */
.color-1 {
color: #aa6e9d;
}
.color-2 {
color: #efb8ca;
}
.color-3 {
color: #f7e3bb;
}
.color-4 {
color: #f3c68c;
}
.color-5 {
color: #d9a04a;
}

/* CSS Variables */
:root {
--color-1: #aa6e9d;
--color-2: #efb8ca;
--color-3: #f7e3bb;
--color-4: #f3c68c;
--color-5: #d9a04a;
}

Pink Troll background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aa6e9d, #efb8ca, #f7e3bb, #f3c68c, #d9a04a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aa6e9d, #efb8ca, #f7e3bb, #f3c68c, #d9a04a);
}

Pink Troll color palette created on .