Shades of Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Yellow palette

Condividi questa palette a:

tavolozza dei colori Shades of Yellow CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #e6aa60;
}
.color-3 {
color: #e76a4b;
}
.color-4 {
color: #b45099;
}
.color-5 {
color: #6f4c94;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #e6aa60;
--color-3: #e76a4b;
--color-4: #b45099;
--color-5: #6f4c94;
}

CSS con gradiente di sfondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #e6aa60, #e76a4b, #b45099, #6f4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #e6aa60, #e76a4b, #b45099, #6f4c94);
}

Shades of Yellow color palette created on .