Cosmic Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cosmic Purple palette

Share this palette to:

Cosmic Purple color palette CSS

/* CSS */
.color-1 {
color: #4b2d8f;
}
.color-2 {
color: #a63f8d;
}
.color-3 {
color: #e76e50;
}
.color-4 {
color: #f7c94b;
}
.color-5 {
color: #f9f6e6;
}

/* CSS Variables */
:root {
--color-1: #4b2d8f;
--color-2: #a63f8d;
--color-3: #e76e50;
--color-4: #f7c94b;
--color-5: #f9f6e6;
}

Cosmic Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2d8f, #a63f8d, #e76e50, #f7c94b, #f9f6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2d8f, #a63f8d, #e76e50, #f7c94b, #f9f6e6);
}

Cosmic Purple color palette created on .