Shades of Blackberry Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Blackberry palette

Share this palette to:

Shades of Blackberry color palette CSS

/* CSS */
.color-1 {
color: #5c2e4c;
}
.color-2 {
color: #a2537d;
}
.color-3 {
color: #e5b8c4;
}
.color-4 {
color: #f5e3b7;
}
.color-5 {
color: #c2b180;
}

/* CSS Variables */
:root {
--color-1: #5c2e4c;
--color-2: #a2537d;
--color-3: #e5b8c4;
--color-4: #f5e3b7;
--color-5: #c2b180;
}

Shades of Blackberry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c2e4c, #a2537d, #e5b8c4, #f5e3b7, #c2b180);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c2e4c, #a2537d, #e5b8c4, #f5e3b7, #c2b180);
}

Similar color palettes

Shades of Blackberry color palette created on .