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

Compartir esta paleta en:

CSS de la paleta de colores Shades of Green and Pink

/* CSS */
.color-1 {
color: #3e8e6e;
}
.color-2 {
color: #a4c5a0;
}
.color-3 {
color: #f7d3b6;
}
.color-4 {
color: #d67a7c;
}
.color-5 {
color: #b63a4c;
}

/* CSS Variables */
:root {
--color-1: #3e8e6e;
--color-2: #a4c5a0;
--color-3: #f7d3b6;
--color-4: #d67a7c;
--color-5: #b63a4c;
}

CSS del degradado de fondo Shades of Green and Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e8e6e, #a4c5a0, #f7d3b6, #d67a7c, #b63a4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e8e6e, #a4c5a0, #f7d3b6, #d67a7c, #b63a4c);
}

Shades of Green and Pink color palette created on .