Paleta de colores Shades of Pink and Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Pink and Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Pink and Blue

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #ffb86b;
}
.color-3 {
color: #ffd95c;
}
.color-4 {
color: #59cce8;
}
.color-5 {
color: #7c4b8b;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #ffb86b;
--color-3: #ffd95c;
--color-4: #59cce8;
--color-5: #7c4b8b;
}

CSS del degradado de fondo Shades of Pink and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #ffb86b, #ffd95c, #59cce8, #7c4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #ffb86b, #ffd95c, #59cce8, #7c4b8b);
}

Shades of Pink and Blue color palette created on .