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