Paleta de colores Purple Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Dreams

/* CSS */
.color-1 {
color: #6b5be6;
}
.color-2 {
color: #fd77a6;
}
.color-3 {
color: #57efc4;
}
.color-4 {
color: #dee5e8;
}
.color-5 {
color: #ff7575;
}

/* CSS Variables */
:root {
--color-1: #6b5be6;
--color-2: #fd77a6;
--color-3: #57efc4;
--color-4: #dee5e8;
--color-5: #ff7575;
}

CSS del degradado de fondo Purple Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b5be6, #fd77a6, #57efc4, #dee5e8, #ff7575);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b5be6, #fd77a6, #57efc4, #dee5e8, #ff7575);
}

Purple Dreams color palette created on .