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