Paleta de colores Pink and Blue Dream
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink and Blue Dream palette
CSS de la paleta de colores Pink and Blue Dream
/* CSS */
.color-1 {
color: #e25a97;
}
.color-2 {
color: #f2a6b6;
}
.color-3 {
color: #4fc7e8;
}
.color-4 {
color: #a0d8e9;
}
.color-5 {
color: #2e7da8;
}
/* CSS Variables */
:root {
--color-1: #e25a97;
--color-2: #f2a6b6;
--color-3: #4fc7e8;
--color-4: #a0d8e9;
--color-5: #2e7da8;
}
CSS del degradado de fondo Pink and Blue Dream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e25a97, #f2a6b6, #4fc7e8, #a0d8e9, #2e7da8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e25a97, #f2a6b6, #4fc7e8, #a0d8e9, #2e7da8);
}
Paletas de colores similares
Pink and Blue Dream color palette created on .