Paleta de colores Shades of Blue and Gold
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Blue and Gold palette
CSS de la paleta de colores Shades of Blue and Gold
/* CSS */
.color-1 {
color: #1c7a8d;
}
.color-2 {
color: #f9b248;
}
.color-3 {
color: #f5e85c;
}
.color-4 {
color: #e05e3e;
}
.color-5 {
color: #793950;
}
/* CSS Variables */
:root {
--color-1: #1c7a8d;
--color-2: #f9b248;
--color-3: #f5e85c;
--color-4: #e05e3e;
--color-5: #793950;
}
CSS del degradado de fondo Shades of Blue and Gold
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c7a8d, #f9b248, #f5e85c, #e05e3e, #793950);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c7a8d, #f9b248, #f5e85c, #e05e3e, #793950);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Aguamarina
Shades of Blue and Gold color palette created on .