Paleta de colores Orange Campfire
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Orange Campfire palette
CSS de la paleta de colores Orange Campfire
/* CSS */
.color-1 {
color: #f47b1f;
}
.color-2 {
color: #d75c23;
}
.color-3 {
color: #b74e24;
}
.color-4 {
color: #e7a96e;
}
.color-5 {
color: #f1c84b;
}
/* CSS Variables */
:root {
--color-1: #f47b1f;
--color-2: #d75c23;
--color-3: #b74e24;
--color-4: #e7a96e;
--color-5: #f1c84b;
}
CSS del degradado de fondo Orange Campfire
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f47b1f, #d75c23, #b74e24, #e7a96e, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f47b1f, #d75c23, #b74e24, #e7a96e, #f1c84b);
}
Paletas de colores similares
Orange Campfire color palette created on .