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: #6b4c94;
}
.color-2 {
color: #9c6aaf;
}
.color-3 {
color: #d19fc7;
}
.color-4 {
color: #f1c6e0;
}
.color-5 {
color: #f7b4b1;
}

/* CSS Variables */
:root {
--color-1: #6b4c94;
--color-2: #9c6aaf;
--color-3: #d19fc7;
--color-4: #f1c6e0;
--color-5: #f7b4b1;
}

Plumfette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b4c94, #9c6aaf, #d19fc7, #f1c6e0, #f7b4b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b4c94, #9c6aaf, #d19fc7, #f1c6e0, #f7b4b1);
}

Plumfette color palette created on .