Orange Tiger Shell Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Tiger Shell palette
Orange Tiger Shell color palette CSS
/* CSS */
.color-1 {
color: #d98a3a;
}
.color-2 {
color: #f9c86c;
}
.color-3 {
color: #f5d47a;
}
.color-4 {
color: #f9b2a9;
}
.color-5 {
color: #e86a4a;
}
/* CSS Variables */
:root {
--color-1: #d98a3a;
--color-2: #f9c86c;
--color-3: #f5d47a;
--color-4: #f9b2a9;
--color-5: #e86a4a;
}
Orange Tiger Shell background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d98a3a, #f9c86c, #f5d47a, #f9b2a9, #e86a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d98a3a, #f9c86c, #f5d47a, #f9b2a9, #e86a4a);
}
Similar color palettes
Orange Tiger Shell color palette created on .