Paleta de colores Shades of Pink and Yellow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Pink and Yellow palette
CSS de la paleta de colores Shades of Pink and Yellow
/* CSS */
.color-1 {
color: #f6a7b4;
}
.color-2 {
color: #f4b73e;
}
.color-3 {
color: #a1d65c;
}
.color-4 {
color: #499ad4;
}
.color-5 {
color: #eba2b1;
}
/* CSS Variables */
:root {
--color-1: #f6a7b4;
--color-2: #f4b73e;
--color-3: #a1d65c;
--color-4: #499ad4;
--color-5: #eba2b1;
}
CSS del degradado de fondo Shades of Pink and Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b4, #f4b73e, #a1d65c, #499ad4, #eba2b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b4, #f4b73e, #a1d65c, #499ad4, #eba2b1);
}
Paletas de colores similares
Shades of Pink and Yellow color palette created on .