Paleta de colores Teal and Gold Wanderer

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal and Gold Wanderer palette

Compartir esta paleta en:

CSS de la paleta de colores Teal and Gold Wanderer

/* CSS */
.color-1 {
color: #5d8e8e;
}
.color-2 {
color: #a3d7d7;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #f3712b;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #5d8e8e;
--color-2: #a3d7d7;
--color-3: #f9c54e;
--color-4: #f3712b;
--color-5: #f94346;
}

CSS del degradado de fondo Teal and Gold Wanderer

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d8e8e, #a3d7d7, #f9c54e, #f3712b, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d8e8e, #a3d7d7, #f9c54e, #f3712b, #f94346);
}

Teal and Gold Wanderer color palette created on .