Purple Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Purple Sunrise palette

Condividi questa palette a:

tavolozza dei colori Purple Sunrise 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;
}

CSS con gradiente di sfondo Purple Sunrise

/* 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 .