Paleta de colores Teal and Gold Dream
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Teal and Gold Dream palette
CSS de la paleta de colores Teal and Gold Dream
/* CSS */
.color-1 {
color: #1e6f9f;
}
.color-2 {
color: #4ec6b8;
}
.color-3 {
color: #7de8b4;
}
.color-4 {
color: #f8c749;
}
.color-5 {
color: #ff6933;
}
/* CSS Variables */
:root {
--color-1: #1e6f9f;
--color-2: #4ec6b8;
--color-3: #7de8b4;
--color-4: #f8c749;
--color-5: #ff6933;
}
CSS del degradado de fondo Teal and Gold Dream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e6f9f, #4ec6b8, #7de8b4, #f8c749, #ff6933);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e6f9f, #4ec6b8, #7de8b4, #f8c749, #ff6933);
}
Paletas de colores similares
Teal and Gold Dream color palette created on .