Paleta de colores Light Pink Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Pink Green palette

Compartir esta paleta en:

CSS de la paleta de colores Light Pink Green

/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f9c59f;
}
.color-3 {
color: #f9e6a9;
}
.color-4 {
color: #b3d99b;
}
.color-5 {
color: #7ebe86;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f9c59f;
--color-3: #f9e6a9;
--color-4: #b3d99b;
--color-5: #7ebe86;
}

CSS del degradado de fondo Light Pink Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f9c59f, #f9e6a9, #b3d99b, #7ebe86);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f9c59f, #f9e6a9, #b3d99b, #7ebe86);
}

Light Pink Green color palette created on .