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: #f1c84b;
}
.color-2 {
color: #f1a94b;
}
.color-3 {
color: #e86a4a;
}
.color-4 {
color: #d95e77;
}
.color-5 {
color: #b75c9c;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f1a94b;
--color-3: #e86a4a;
--color-4: #d95e77;
--color-5: #b75c9c;
}

CSS con gradiente di sfondo Shades of Yellow and Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f1a94b, #e86a4a, #d95e77, #b75c9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f1a94b, #e86a4a, #d95e77, #b75c9c);
}

Shades of Yellow and Pink color palette created on .