Persian Oasis Color Palette

Discover the beautiful Persian Oasis color palette featuring persian green (#00a895), green haze (#009975), tropical rain forest (#007a5e), blue stone (#006151) and cyprus (#003d3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withTurquoise, Teal, Green, Ocean, Bright, Spring, Vibrant, Modern, Summer color palettes and combinations.

💡 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 Persian Oasis palette

Share this palette to:

💻 Persian Oasis color palette CSS

/* CSS */
.color-1 {
color: #00a895;
}
.color-2 {
color: #009975;
}
.color-3 {
color: #007a5e;
}
.color-4 {
color: #006151;
}
.color-5 {
color: #003d3d;
}

/* CSS Variables */
:root {
--color-1: #00a895;
--color-2: #009975;
--color-3: #007a5e;
--color-4: #006151;
--color-5: #003d3d;
}

🌈 Persian Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a895, #009975, #007a5e, #006151, #003d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a895, #009975, #007a5e, #006151, #003d3d);
}

Persian Oasis color palette created on .