Orange Trust Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Trust palette
Orange Trust color palette CSS
/* CSS */
.color-1 {
color: #f9e1b4;
}
.color-2 {
color: #f5b970;
}
.color-3 {
color: #f59c3d;
}
.color-4 {
color: #e5742a;
}
.color-5 {
color: #d8492c;
}
/* CSS Variables */
:root {
--color-1: #f9e1b4;
--color-2: #f5b970;
--color-3: #f59c3d;
--color-4: #e5742a;
--color-5: #d8492c;
}
Orange Trust background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e1b4, #f5b970, #f59c3d, #e5742a, #d8492c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e1b4, #f5b970, #f59c3d, #e5742a, #d8492c);
}
Similar color palettes
Scroll down to explore 90+ Bright color palettes
Orange Trust color palette created on .