Paleta de colores Blue and Pink Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue and Pink Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Blue and Pink Dream

/* CSS */
.color-1 {
color: #5bb3e6;
}
.color-2 {
color: #f58aff;
}
.color-3 {
color: #ff6b8b;
}
.color-4 {
color: #ffce6b;
}
.color-5 {
color: #4d9f3c;
}

/* CSS Variables */
:root {
--color-1: #5bb3e6;
--color-2: #f58aff;
--color-3: #ff6b8b;
--color-4: #ffce6b;
--color-5: #4d9f3c;
}

CSS del degradado de fondo Blue and Pink Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5bb3e6, #f58aff, #ff6b8b, #ffce6b, #4d9f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5bb3e6, #f58aff, #ff6b8b, #ffce6b, #4d9f3c);
}

Blue and Pink Dream color palette created on .