Paleta de colores Bright Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Bright Red palette
CSS de la paleta de colores Bright Red
/* CSS */
.color-1 {
color: #ff3d3d;
}
.color-2 {
color: #ff7e3d;
}
.color-3 {
color: #ffbb3d;
}
.color-4 {
color: #ffff3d;
}
.color-5 {
color: #3dff3d;
}
/* CSS Variables */
:root {
--color-1: #ff3d3d;
--color-2: #ff7e3d;
--color-3: #ffbb3d;
--color-4: #ffff3d;
--color-5: #3dff3d;
}
CSS del degradado de fondo Bright Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d3d, #ff7e3d, #ffbb3d, #ffff3d, #3dff3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d3d, #ff7e3d, #ffbb3d, #ffff3d, #3dff3d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Brillante
Bright Red color palette created on .