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