Paleta de colores Pink and Blue Delight
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink and Blue Delight palette
CSS de la paleta de colores Pink and Blue Delight
/* CSS */
.color-1 {
color: #f8d2bf;
}
.color-2 {
color: #f27d93;
}
.color-3 {
color: #e63746;
}
.color-4 {
color: #a7dadc;
}
.color-5 {
color: #447a9c;
}
/* CSS Variables */
:root {
--color-1: #f8d2bf;
--color-2: #f27d93;
--color-3: #e63746;
--color-4: #a7dadc;
--color-5: #447a9c;
}
CSS del degradado de fondo Pink and Blue Delight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d2bf, #f27d93, #e63746, #a7dadc, #447a9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d2bf, #f27d93, #e63746, #a7dadc, #447a9c);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Estético
Pink and Blue Delight color palette created on .