Purple Cosmo Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Cosmo palette

Share this palette to:

Purple Cosmo color palette CSS

/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #b25c94;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffbd42;
}
.color-5 {
color: #f2e03a;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #b25c94;
--color-3: #ff6e61;
--color-4: #ffbd42;
--color-5: #f2e03a;
}

Purple Cosmo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #b25c94, #ff6e61, #ffbd42, #f2e03a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #b25c94, #ff6e61, #ffbd42, #f2e03a);
}

Purple Cosmo color palette created on .