Paleta de colores Purple Majesty

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Majesty palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Majesty

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #a800e0;
}
.color-3 {
color: #d6006f;
}
.color-4 {
color: #ff5c9a;
}
.color-5 {
color: #ffc300;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #a800e0;
--color-3: #d6006f;
--color-4: #ff5c9a;
--color-5: #ffc300;
}

CSS del degradado de fondo Purple Majesty

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #a800e0, #d6006f, #ff5c9a, #ffc300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #a800e0, #d6006f, #ff5c9a, #ffc300);
}

Purple Majesty color palette created on .