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