Paleta de colores Shades of Yellow and Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Yellow and Pink palette
CSS de la paleta de colores Shades of Yellow and Pink
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #f1a94b;
}
.color-3 {
color: #e86a4a;
}
.color-4 {
color: #d95e77;
}
.color-5 {
color: #b75c9c;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f1a94b;
--color-3: #e86a4a;
--color-4: #d95e77;
--color-5: #b75c9c;
}
CSS del degradado de fondo Shades of Yellow and Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f1a94b, #e86a4a, #d95e77, #b75c9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f1a94b, #e86a4a, #d95e77, #b75c9c);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Brillante
Shades of Yellow and Pink color palette created on .