Paleta de colores Yellow Teal

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow Teal palette

Compartir esta paleta en:

CSS de la paleta de colores Yellow Teal

/* 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 del degradado de fondo 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 .