Yellow Presentation Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Yellow Presentation palette

Condividi questa palette a:

tavolozza dei colori Yellow Presentation CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f8c544;
}
.color-3 {
color: #f1eab1;
}
.color-4 {
color: #b1d7e2;
}
.color-5 {
color: #72b4da;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f8c544;
--color-3: #f1eab1;
--color-4: #b1d7e2;
--color-5: #72b4da;
}

CSS con gradiente di sfondo Yellow Presentation

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f8c544, #f1eab1, #b1d7e2, #72b4da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f8c544, #f1eab1, #b1d7e2, #72b4da);
}

Yellow Presentation color palette created on .