Paleta de colores Muted Teal Vintage
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Muted Teal Vintage palette
Imagen PNG de la paleta de colores Muted Teal Vintage
CSS de la paleta de colores Muted Teal Vintage
/* CSS */
.color-1 {
color: #4a7c8c;
}
.color-2 {
color: #5b9a8a;
}
.color-3 {
color: #a3b4a2;
}
.color-4 {
color: #d1c39f;
}
.color-5 {
color: #e4b58b;
}
/* CSS Variables */
:root {
--color-1: #4a7c8c;
--color-2: #5b9a8a;
--color-3: #a3b4a2;
--color-4: #d1c39f;
--color-5: #e4b58b;
}
CSS del degradado de fondo Muted Teal Vintage
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7c8c, #5b9a8a, #a3b4a2, #d1c39f, #e4b58b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7c8c, #5b9a8a, #a3b4a2, #d1c39f, #e4b58b);
}
Paletas de colores similares
Muted Teal Vintage color palette created on .