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