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