Paleta de colores Bold Red Sunset
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Bold Red Sunset palette
Imagen PNG de la paleta de colores Bold Red Sunset
CSS de la paleta de colores Bold Red Sunset
/* CSS */
.color-1 {
color: #ff3c2e;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff9b0f;
}
.color-4 {
color: #ffbb00;
}
.color-5 {
color: #ff3d91;
}
/* CSS Variables */
:root {
--color-1: #ff3c2e;
--color-2: #ff6d1f;
--color-3: #ff9b0f;
--color-4: #ffbb00;
--color-5: #ff3d91;
}
CSS del degradado de fondo Bold Red Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3c2e, #ff6d1f, #ff9b0f, #ffbb00, #ff3d91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3c2e, #ff6d1f, #ff9b0f, #ffbb00, #ff3d91);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Bold Red Sunset color palette created on .