Grape Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Grape Delight palette

Share this palette to:

Grape Delight color palette PNG image

Download grape delight color palette PNG image (landscape)
Download grape delight color palette PNG image (square)

Grape Delight color palette CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #7a3d99;
}
.color-3 {
color: #a14eb1;
}
.color-4 {
color: #d7a3e0;
}
.color-5 {
color: #f5b7f4;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #7a3d99;
--color-3: #a14eb1;
--color-4: #d7a3e0;
--color-5: #f5b7f4;
}

Grape Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #7a3d99, #a14eb1, #d7a3e0, #f5b7f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #7a3d99, #a14eb1, #d7a3e0, #f5b7f4);
}

Grape Delight color palette created on .