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
CSS de la paleta de colores Shades of Pink and Blue
/* CSS */
.color-1 {
color: #f0bcef;
}
.color-2 {
color: #f2c6ab;
}
.color-3 {
color: #f4e3e2;
}
.color-4 {
color: #80e1fa;
}
.color-5 {
color: #48b2f4;
}
/* CSS Variables */
:root {
--color-1: #f0bcef;
--color-2: #f2c6ab;
--color-3: #f4e3e2;
--color-4: #80e1fa;
--color-5: #48b2f4;
}
CSS del degradado de fondo Shades of Pink and Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0bcef, #f2c6ab, #f4e3e2, #80e1fa, #48b2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0bcef, #f2c6ab, #f4e3e2, #80e1fa, #48b2f4);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Rosa
Shades of Pink and Blue color palette created on .