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: #f7a7a1;
}
.color-2 {
color: #f5d870;
}
.color-3 {
color: #f1c66a;
}
.color-4 {
color: #a6c6ed;
}
.color-5 {
color: #3c6e8b;
}

/* CSS Variables */
:root {
--color-1: #f7a7a1;
--color-2: #f5d870;
--color-3: #f1c66a;
--color-4: #a6c6ed;
--color-5: #3c6e8b;
}

CSS del degradado de fondo Shades of Pink and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a7a1, #f5d870, #f1c66a, #a6c6ed, #3c6e8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a7a1, #f5d870, #f1c66a, #a6c6ed, #3c6e8b);
}

Shades of Pink and Blue color palette created on .