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: #f6d12c;
}
.color-2 {
color: #e76e50;
}
.color-3 {
color: #a14f8c;
}
.color-4 {
color: #4e4c90;
}
.color-5 {
color: #1a818e;
}

/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #e76e50;
--color-3: #a14f8c;
--color-4: #4e4c90;
--color-5: #1a818e;
}

CSS con gradiente di sfondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #e76e50, #a14f8c, #4e4c90, #1a818e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #e76e50, #a14f8c, #4e4c90, #1a818e);
}

Shades of Yellow color palette created on .