Shades of Yellow and Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Yellow and Pink palette

Condividi questa palette a:

tavolozza dei colori Shades of Yellow and Pink CSS

/* CSS */
.color-1 {
color: #f9e74e;
}
.color-2 {
color: #f3b239;
}
.color-3 {
color: #e07b38;
}
.color-4 {
color: #d86969;
}
.color-5 {
color: #a3528c;
}

/* CSS Variables */
:root {
--color-1: #f9e74e;
--color-2: #f3b239;
--color-3: #e07b38;
--color-4: #d86969;
--color-5: #a3528c;
}

CSS con gradiente di sfondo Shades of Yellow and Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e74e, #f3b239, #e07b38, #d86969, #a3528c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e74e, #f3b239, #e07b38, #d86969, #a3528c);
}

Shades of Yellow and Pink color palette created on .