Yellow Teal Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Yellow Teal palette

Condividi questa palette a:

tavolozza dei colori Yellow Teal CSS

/* CSS */
.color-1 {
color: #f9a824;
}
.color-2 {
color: #f4d35d;
}
.color-3 {
color: #f1e183;
}
.color-4 {
color: #70c6c7;
}
.color-5 {
color: #3d8f8b;
}

/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #f4d35d;
--color-3: #f1e183;
--color-4: #70c6c7;
--color-5: #3d8f8b;
}

CSS con gradiente di sfondo Yellow Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #f4d35d, #f1e183, #70c6c7, #3d8f8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #f4d35d, #f1e183, #70c6c7, #3d8f8b);
}

Yellow Teal color palette created on .