Orange Iblis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Iblis palette
Orange Iblis color palette CSS
/* 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;
}
Orange Iblis background gradient CSS
/* 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);
}
Similar color palettes
Orange Iblis color palette created on .