Purple Space Doughnut Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Space Doughnut palette

Share this palette to:

Purple Space Doughnut color palette CSS

/* CSS */
.color-1 {
color: #4a2d62;
}
.color-2 {
color: #6a4c94;
}
.color-3 {
color: #b280db;
}
.color-4 {
color: #f7c5e0;
}
.color-5 {
color: #ff9c8f;
}

/* CSS Variables */
:root {
--color-1: #4a2d62;
--color-2: #6a4c94;
--color-3: #b280db;
--color-4: #f7c5e0;
--color-5: #ff9c8f;
}

Purple Space Doughnut background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2d62, #6a4c94, #b280db, #f7c5e0, #ff9c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2d62, #6a4c94, #b280db, #f7c5e0, #ff9c8f);
}

Purple Space Doughnut color palette created on .