Yellow Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Yellow Breeze palette

Condividi questa palette a:

tavolozza dei colori Yellow Breeze CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f3ca4f;
}
.color-3 {
color: #f4e3a4;
}
.color-4 {
color: #a4e5d8;
}
.color-5 {
color: #4bb9d2;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f3ca4f;
--color-3: #f4e3a4;
--color-4: #a4e5d8;
--color-5: #4bb9d2;
}

CSS con gradiente di sfondo Yellow Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f3ca4f, #f4e3a4, #a4e5d8, #4bb9d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f3ca4f, #f4e3a4, #a4e5d8, #4bb9d2);
}

Yellow Breeze color palette created on .