Black Raspberry & Plum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Black Raspberry & Plum palette

Share this palette to:

Black Raspberry & Plum color palette PNG image

Download black raspberry & plum color palette PNG image (landscape)
Download black raspberry & plum color palette PNG image (square)

Black Raspberry & Plum color palette CSS

/* CSS */
.color-1 {
color: #6d2c4d;
}
.color-2 {
color: #9b507d;
}
.color-3 {
color: #d77f94;
}
.color-4 {
color: #f2b1c4;
}
.color-5 {
color: #e9c3d6;
}

/* CSS Variables */
:root {
--color-1: #6d2c4d;
--color-2: #9b507d;
--color-3: #d77f94;
--color-4: #f2b1c4;
--color-5: #e9c3d6;
}

Black Raspberry & Plum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c4d, #9b507d, #d77f94, #f2b1c4, #e9c3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c4d, #9b507d, #d77f94, #f2b1c4, #e9c3d6);
}

Black Raspberry & Plum color palette created on .