Plumfette Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Plumfette palette

Share this palette to:

Plumfette color palette PNG image

Download plumfette color palette PNG image (landscape)
Download plumfette color palette PNG image (square)

Plumfette color palette CSS

/* CSS */
.color-1 {
color: #7a1f78;
}
.color-2 {
color: #a54a8d;
}
.color-3 {
color: #d5769f;
}
.color-4 {
color: #f6b1c5;
}
.color-5 {
color: #ffe0d6;
}

/* CSS Variables */
:root {
--color-1: #7a1f78;
--color-2: #a54a8d;
--color-3: #d5769f;
--color-4: #f6b1c5;
--color-5: #ffe0d6;
}

Plumfette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a1f78, #a54a8d, #d5769f, #f6b1c5, #ffe0d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a1f78, #a54a8d, #d5769f, #f6b1c5, #ffe0d6);
}

Plumfette color palette created on .