Sweetheart Crepe Plum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweetheart Crepe Plum palette

Share this palette to:

Sweetheart Crepe Plum color palette PNG image

Download sweetheart crepe plum color palette PNG image (landscape)
Download sweetheart crepe plum color palette PNG image (square)

Sweetheart Crepe Plum color palette CSS

/* CSS */
.color-1 {
color: #9f5b9a;
}
.color-2 {
color: #d19fc7;
}
.color-3 {
color: #f6c1e5;
}
.color-4 {
color: #f3a5c0;
}
.color-5 {
color: #e76a8f;
}

/* CSS Variables */
:root {
--color-1: #9f5b9a;
--color-2: #d19fc7;
--color-3: #f6c1e5;
--color-4: #f3a5c0;
--color-5: #e76a8f;
}

Sweetheart Crepe Plum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f5b9a, #d19fc7, #f6c1e5, #f3a5c0, #e76a8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f5b9a, #d19fc7, #f6c1e5, #f3a5c0, #e76a8f);
}

Sweetheart Crepe Plum color palette created on .