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