Strawberry Plum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Strawberry Plum palette

Share this palette to:

Strawberry Plum color palette PNG image

Download strawberry plum color palette PNG image (landscape)
Download strawberry plum color palette PNG image (square)

Strawberry Plum color palette CSS

/* CSS */
.color-1 {
color: #c34341;
}
.color-2 {
color: #c85153;
}
.color-3 {
color: #be4b4b;
}
.color-4 {
color: #964567;
}
.color-5 {
color: #a84d76;
}

/* CSS Variables */
:root {
--color-1: #c34341;
--color-2: #c85153;
--color-3: #be4b4b;
--color-4: #964567;
--color-5: #a84d76;
}

Strawberry Plum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c34341, #c85153, #be4b4b, #964567, #a84d76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c34341, #c85153, #be4b4b, #964567, #a84d76);
}

Strawberry Plum color palette created on .