Paleta de colores Shades of Yellow and Teal

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Yellow and Teal palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Yellow and Teal

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #fac800;
}
.color-3 {
color: #fcd22c;
}
.color-4 {
color: #6ab9ad;
}
.color-5 {
color: #2d7980;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #fac800;
--color-3: #fcd22c;
--color-4: #6ab9ad;
--color-5: #2d7980;
}

CSS del degradado de fondo Shades of Yellow and Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #fac800, #fcd22c, #6ab9ad, #2d7980);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #fac800, #fcd22c, #6ab9ad, #2d7980);
}

Shades of Yellow and Teal color palette created on .