Pink and Green Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink and Green Dream palette

Condividi questa palette a:

tavolozza dei colori Pink and Green Dream CSS

/* 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 con gradiente di sfondo 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 .