Paleta de colores Warm Florentine Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Warm Florentine Red palette
CSS de la paleta de colores Warm Florentine Red
/* CSS */
.color-1 {
color: #f5c799;
}
.color-2 {
color: #e3a86d;
}
.color-3 {
color: #d27d56;
}
.color-4 {
color: #c75643;
}
.color-5 {
color: #b03530;
}
/* CSS Variables */
:root {
--color-1: #f5c799;
--color-2: #e3a86d;
--color-3: #d27d56;
--color-4: #c75643;
--color-5: #b03530;
}
CSS del degradado de fondo Warm Florentine Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c799, #e3a86d, #d27d56, #c75643, #b03530);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c799, #e3a86d, #d27d56, #c75643, #b03530);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Ámbar
Warm Florentine Red color palette created on .