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