Paleta de colores Warm Reds and Oranges
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Warm Reds and Oranges palette
CSS de la paleta de colores Warm Reds and Oranges
/* CSS */
.color-1 {
color: #da4b2b;
}
.color-2 {
color: #f1a94b;
}
.color-3 {
color: #f9d66c;
}
.color-4 {
color: #e3b3a5;
}
.color-5 {
color: #c23924;
}
/* CSS Variables */
:root {
--color-1: #da4b2b;
--color-2: #f1a94b;
--color-3: #f9d66c;
--color-4: #e3b3a5;
--color-5: #c23924;
}
CSS del degradado de fondo Warm Reds and Oranges
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da4b2b, #f1a94b, #f9d66c, #e3b3a5, #c23924);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da4b2b, #f1a94b, #f9d66c, #e3b3a5, #c23924);
}
Paletas de colores similares
Warm Reds and Oranges color palette created on .