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: #ffcb5c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #690571;
}
.color-4 {
color: #402c20;
}
.color-5 {
color: #4baf8e;
}

/* CSS Variables */
:root {
--color-1: #ffcb5c;
--color-2: #ff6e61;
--color-3: #690571;
--color-4: #402c20;
--color-5: #4baf8e;
}

CSS con gradiente di sfondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcb5c, #ff6e61, #690571, #402c20, #4baf8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcb5c, #ff6e61, #690571, #402c20, #4baf8e);
}

Shades of Yellow color palette created on .