Paleta de colores Purple and Blue Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple and Blue Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Purple and Blue Dream

/* CSS */
.color-1 {
color: #e4a3f0;
}
.color-2 {
color: #a5d4e3;
}
.color-3 {
color: #f7e8d4;
}
.color-4 {
color: #ffcc80;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #e4a3f0;
--color-2: #a5d4e3;
--color-3: #f7e8d4;
--color-4: #ffcc80;
--color-5: #ff6e61;
}

CSS del degradado de fondo Purple and Blue Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4a3f0, #a5d4e3, #f7e8d4, #ffcc80, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4a3f0, #a5d4e3, #f7e8d4, #ffcc80, #ff6e61);
}

Purple and Blue Dream color palette created on .