Shades of Yellow and Orange Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Yellow and Orange palette

Condividi questa palette a:

tavolozza dei colori Shades of Yellow and Orange CSS

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #e13e33;
}
.color-4 {
color: #a63a72;
}
.color-5 {
color: #7c4d9d;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f47b1f;
--color-3: #e13e33;
--color-4: #a63a72;
--color-5: #7c4d9d;
}

CSS con gradiente di sfondo Shades of Yellow and Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f47b1f, #e13e33, #a63a72, #7c4d9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f47b1f, #e13e33, #a63a72, #7c4d9d);
}

Shades of Yellow and Orange color palette created on .