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: #f5e5d1;
}
.color-2 {
color: #f2a1b6;
}
.color-3 {
color: #a2c7e7;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #c4d3a1;
}

/* CSS Variables */
:root {
--color-1: #f5e5d1;
--color-2: #f2a1b6;
--color-3: #a2c7e7;
--color-4: #eab8d1;
--color-5: #c4d3a1;
}

CSS del degradado de fondo Shades of Pink and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e5d1, #f2a1b6, #a2c7e7, #eab8d1, #c4d3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e5d1, #f2a1b6, #a2c7e7, #eab8d1, #c4d3a1);
}

Shades of Pink and Blue color palette created on .