Paleta de colores Pink and Green Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink and Green Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Pink and Green Dream

/* CSS */
.color-1 {
color: #ef5d75;
}
.color-2 {
color: #f6c5b1;
}
.color-3 {
color: #e4b453;
}
.color-4 {
color: #6b8f24;
}
.color-5 {
color: #3c5877;
}

/* CSS Variables */
:root {
--color-1: #ef5d75;
--color-2: #f6c5b1;
--color-3: #e4b453;
--color-4: #6b8f24;
--color-5: #3c5877;
}

CSS del degradado de fondo Pink and Green Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ef5d75, #f6c5b1, #e4b453, #6b8f24, #3c5877);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ef5d75, #f6c5b1, #e4b453, #6b8f24, #3c5877);
}

Pink and Green Dream color palette created on .