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