Purple Rock Star Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Rock Star palette

Share this palette to:

Download Purple Rock Star Color Palette (PNG)

Download purple rock star color palette PNG image (landscape)
Download purple rock star color palette PNG image (square)

Purple Rock Star color palette CSS

/* CSS */
.color-1 {
color: #c0c0d3;
}
.color-2 {
color: #a34d90;
}
.color-3 {
color: #f8c8a0;
}
.color-4 {
color: #ffc300;
}
.color-5 {
color: #392c6d;
}

/* CSS Variables */
:root {
--color-1: #c0c0d3;
--color-2: #a34d90;
--color-3: #f8c8a0;
--color-4: #ffc300;
--color-5: #392c6d;
}

Purple Rock Star background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0c0d3, #a34d90, #f8c8a0, #ffc300, #392c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0c0d3, #a34d90, #f8c8a0, #ffc300, #392c6d);
}

Purple Rock Star color palette created on .