Yellow Oriented Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Yellow Oriented palette

Condividi questa palette a:

tavolozza dei colori Yellow Oriented CSS

/* CSS */
.color-1 {
color: #f9d66c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #ebaf37;
}
.color-4 {
color: #e76a1d;
}
.color-5 {
color: #db4d00;
}

/* CSS Variables */
:root {
--color-1: #f9d66c;
--color-2: #f0a800;
--color-3: #ebaf37;
--color-4: #e76a1d;
--color-5: #db4d00;
}

CSS con gradiente di sfondo Yellow Oriented

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d66c, #f0a800, #ebaf37, #e76a1d, #db4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d66c, #f0a800, #ebaf37, #e76a1d, #db4d00);
}

Yellow Oriented color palette created on .