Paleta de colores Purple Dragon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Dragon palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Dragon

/* CSS */
.color-1 {
color: #f5c000;
}
.color-2 {
color: #9b58b6;
}
.color-3 {
color: #69af4b;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #f5c000;
--color-2: #9b58b6;
--color-3: #69af4b;
--color-4: #e77e23;
--color-5: #e74d3c;
}

CSS del degradado de fondo Purple Dragon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c000, #9b58b6, #69af4b, #e77e23, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c000, #9b58b6, #69af4b, #e77e23, #e74d3c);
}

Purple Dragon color palette created on .