Paleta de colores Soft Pink Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Pink Blue palette
CSS de la paleta de colores Soft Pink Blue
/* CSS */
.color-1 {
color: #f6a9a2;
}
.color-2 {
color: #f2dda6;
}
.color-3 {
color: #a5d4b0;
}
.color-4 {
color: #69b3d8;
}
.color-5 {
color: #6b8ebd;
}
/* CSS Variables */
:root {
--color-1: #f6a9a2;
--color-2: #f2dda6;
--color-3: #a5d4b0;
--color-4: #69b3d8;
--color-5: #6b8ebd;
}
CSS del degradado de fondo Soft Pink Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a9a2, #f2dda6, #a5d4b0, #69b3d8, #6b8ebd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a9a2, #f2dda6, #a5d4b0, #69b3d8, #6b8ebd);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Suave
Soft Pink Blue color palette created on .