Orange Oasis Color Palette
Discover the beautiful Orange Oasis color palette featuring flamingo (#e85d26), web orange (#f5a300), banana mania (#fce8b6), padua (#b7ebc8) and ocean green (#499c8d).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Orange Oasis palette
๐ป Orange Oasis color palette CSS
/* CSS */
.color-1 {
color: #e85d26;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #fce8b6;
}
.color-4 {
color: #b7ebc8;
}
.color-5 {
color: #499c8d;
}
/* CSS Variables */
:root {
--color-1: #e85d26;
--color-2: #f5a300;
--color-3: #fce8b6;
--color-4: #b7ebc8;
--color-5: #499c8d;
}
๐ Orange Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e85d26, #f5a300, #fce8b6, #b7ebc8, #499c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e85d26, #f5a300, #fce8b6, #b7ebc8, #499c8d);
}
๐ Explore similar color palettes
Orange Oasis color palette created on .