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