Shades of Yellow and Teal Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Yellow and Teal palette

Condividi questa palette a:

tavolozza dei colori Shades of Yellow and Teal CSS

/* CSS */
.color-1 {
color: #e6b800;
}
.color-2 {
color: #f9d44e;
}
.color-3 {
color: #f6e6a2;
}
.color-4 {
color: #4f8c8c;
}
.color-5 {
color: #2d5d5d;
}

/* CSS Variables */
:root {
--color-1: #e6b800;
--color-2: #f9d44e;
--color-3: #f6e6a2;
--color-4: #4f8c8c;
--color-5: #2d5d5d;
}

CSS con gradiente di sfondo Shades of Yellow and Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b800, #f9d44e, #f6e6a2, #4f8c8c, #2d5d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b800, #f9d44e, #f6e6a2, #4f8c8c, #2d5d5d);
}

Shades of Yellow and Teal color palette created on .