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