Paleta de colores Midnight Gold
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Midnight Gold palette
CSS de la paleta de colores Midnight Gold
/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffd942;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #fff9b3;
}
/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #ffcc00;
--color-3: #ffd942;
--color-4: #ffd900;
--color-5: #fff9b3;
}
CSS del degradado de fondo Midnight Gold
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #ffcc00, #ffd942, #ffd900, #fff9b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #ffcc00, #ffd942, #ffd900, #fff9b3);
}
Paletas de colores similares
Midnight Gold color palette created on .