Paleta de colores Shades of Pink Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Pink Green palette
CSS de la paleta de colores Shades of Pink Green
/* CSS */
.color-1 {
color: #904c7a;
}
.color-2 {
color: #e3a1be;
}
.color-3 {
color: #f1d4a2;
}
.color-4 {
color: #a6d88d;
}
.color-5 {
color: #4b8b8b;
}
/* CSS Variables */
:root {
--color-1: #904c7a;
--color-2: #e3a1be;
--color-3: #f1d4a2;
--color-4: #a6d88d;
--color-5: #4b8b8b;
}
CSS del degradado de fondo Shades of Pink Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #904c7a, #e3a1be, #f1d4a2, #a6d88d, #4b8b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #904c7a, #e3a1be, #f1d4a2, #a6d88d, #4b8b8b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Estético
Shades of Pink Green color palette created on .