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