Plum Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Plum Hues palette

Share this palette to:

Plum Hues color palette CSS

/* CSS */
.color-1 {
color: #704d7a;
}
.color-2 {
color: #a65e8d;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #f1c6d4;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #704d7a;
--color-2: #a65e8d;
--color-3: #eab8e4;
--color-4: #f1c6d4;
--color-5: #e9b79f;
}

Plum Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #704d7a, #a65e8d, #eab8e4, #f1c6d4, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #704d7a, #a65e8d, #eab8e4, #f1c6d4, #e9b79f);
}

Plum Hues color palette created on .