Purple Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Blossom palette

Share this palette to:

Purple Blossom color palette CSS

/* CSS */
.color-1 {
color: #4a1a5b;
}
.color-2 {
color: #7c4c8a;
}
.color-3 {
color: #a26eaa;
}
.color-4 {
color: #d8b1d1;
}
.color-5 {
color: #f1c1e2;
}

/* CSS Variables */
:root {
--color-1: #4a1a5b;
--color-2: #7c4c8a;
--color-3: #a26eaa;
--color-4: #d8b1d1;
--color-5: #f1c1e2;
}

Purple Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a1a5b, #7c4c8a, #a26eaa, #d8b1d1, #f1c1e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a1a5b, #7c4c8a, #a26eaa, #d8b1d1, #f1c1e2);
}

Purple Blossom color palette created on .