Shades of Pink and Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Pink and Green palette

Condividi questa palette a:

tavolozza dei colori Shades of Pink and Green CSS

/* CSS */
.color-1 {
color: #f6a2a2;
}
.color-2 {
color: #f4d871;
}
.color-3 {
color: #7dbb3a;
}
.color-4 {
color: #4d8eff;
}
.color-5 {
color: #f5c2d4;
}

/* CSS Variables */
:root {
--color-1: #f6a2a2;
--color-2: #f4d871;
--color-3: #7dbb3a;
--color-4: #4d8eff;
--color-5: #f5c2d4;
}

CSS con gradiente di sfondo Shades of Pink and Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2a2, #f4d871, #7dbb3a, #4d8eff, #f5c2d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2a2, #f4d871, #7dbb3a, #4d8eff, #f5c2d4);
}

Shades of Pink and Green color palette created on .