Orange Food Sealer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Food Sealer palette
Orange Food Sealer color palette CSS
/* CSS */
.color-1 {
color: #f5c32e;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #e67e00;
}
.color-4 {
color: #d15e00;
}
.color-5 {
color: #b84900;
}
/* CSS Variables */
:root {
--color-1: #f5c32e;
--color-2: #f5a300;
--color-3: #e67e00;
--color-4: #d15e00;
--color-5: #b84900;
}
Orange Food Sealer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c32e, #f5a300, #e67e00, #d15e00, #b84900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c32e, #f5a300, #e67e00, #d15e00, #b84900);
}
Similar color palettes
Orange Food Sealer color palette created on .