Shades of Grape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Grape palette

Share this palette to:

Shades of Grape color palette CSS

/* CSS */
.color-1 {
color: #5b2d8f;
}
.color-2 {
color: #6a4c94;
}
.color-3 {
color: #a77ccb;
}
.color-4 {
color: #eab8e4;
}
.color-5 {
color: #f0b2d2;
}

/* CSS Variables */
:root {
--color-1: #5b2d8f;
--color-2: #6a4c94;
--color-3: #a77ccb;
--color-4: #eab8e4;
--color-5: #f0b2d2;
}

Shades of Grape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2d8f, #6a4c94, #a77ccb, #eab8e4, #f0b2d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2d8f, #6a4c94, #a77ccb, #eab8e4, #f0b2d2);
}

Shades of Grape color palette created on .