Oasis Color Palette
Discover the beautiful Oasis color palette featuring almond (#f1d5c6), cashmere (#e8b7a1), whiskey (#d19a7a), santa fe (#b5714f) and ironstone (#794c39).
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 Oasis palette
💻 Oasis color palette CSS
/* CSS */
.color-1 {
color: #f1d5c6;
}
.color-2 {
color: #e8b7a1;
}
.color-3 {
color: #d19a7a;
}
.color-4 {
color: #b5714f;
}
.color-5 {
color: #794c39;
}
/* CSS Variables */
:root {
--color-1: #f1d5c6;
--color-2: #e8b7a1;
--color-3: #d19a7a;
--color-4: #b5714f;
--color-5: #794c39;
}
🌈 Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d5c6, #e8b7a1, #d19a7a, #b5714f, #794c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d5c6, #e8b7a1, #d19a7a, #b5714f, #794c39);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Oasis color palette created on .