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