Purple Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Sunrise palette

Share this palette to:

Purple Sunrise color palette CSS

/* CSS */
.color-1 {
color: #fffb00;
}
.color-2 {
color: #bb00cc;
}
.color-3 {
color: #5f009e;
}
.color-4 {
color: #000b9e;
}
.color-5 {
color: #009e9e;
}

/* CSS Variables */
:root {
--color-1: #fffb00;
--color-2: #bb00cc;
--color-3: #5f009e;
--color-4: #000b9e;
--color-5: #009e9e;
}

Purple Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fffb00, #bb00cc, #5f009e, #000b9e, #009e9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fffb00, #bb00cc, #5f009e, #000b9e, #009e9e);
}

Purple Sunrise color palette created on .