Shades of Pink and Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Pink and Yellow palette

Condividi questa palette a:

tavolozza dei colori Shades of Pink and Yellow CSS

/* CSS */
.color-1 {
color: #f6a7b4;
}
.color-2 {
color: #f4b73e;
}
.color-3 {
color: #a1d65c;
}
.color-4 {
color: #499ad4;
}
.color-5 {
color: #eba2b1;
}

/* CSS Variables */
:root {
--color-1: #f6a7b4;
--color-2: #f4b73e;
--color-3: #a1d65c;
--color-4: #499ad4;
--color-5: #eba2b1;
}

CSS con gradiente di sfondo Shades of Pink and Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b4, #f4b73e, #a1d65c, #499ad4, #eba2b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b4, #f4b73e, #a1d65c, #499ad4, #eba2b1);
}

Shades of Pink and Yellow color palette created on .