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