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