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: #f0c15c;
}
.color-2 {
color: #e9a65d;
}
.color-3 {
color: #d45b59;
}
.color-4 {
color: #b36b8b;
}
.color-5 {
color: #8a9bb7;
}

/* CSS Variables */
:root {
--color-1: #f0c15c;
--color-2: #e9a65d;
--color-3: #d45b59;
--color-4: #b36b8b;
--color-5: #8a9bb7;
}

CSS con gradiente di sfondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c15c, #e9a65d, #d45b59, #b36b8b, #8a9bb7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c15c, #e9a65d, #d45b59, #b36b8b, #8a9bb7);
}

Shades of Yellow color palette created on .