Purple Bossanova Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Bossanova palette

Share this palette to:

Purple Bossanova color palette CSS

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

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

Purple Bossanova background gradient CSS

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

Purple Bossanova color palette created on .