Pastel Oasis Color Palette

Discover the beautiful Pastel Oasis color palette featuring wewak (#f1a8a2), new orleans (#f2cba1), wheat (#f4dfb4), sinbad (#a6d8d7) and eastern blue (#1c9b9b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Bright, Coral, Aqua, 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 Pastel Oasis palette

Share this palette to:

💻 Pastel Oasis color palette CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f2cba1;
}
.color-3 {
color: #f4dfb4;
}
.color-4 {
color: #a6d8d7;
}
.color-5 {
color: #1c9b9b;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f2cba1;
--color-3: #f4dfb4;
--color-4: #a6d8d7;
--color-5: #1c9b9b;
}

🌈 Pastel Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f2cba1, #f4dfb4, #a6d8d7, #1c9b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f2cba1, #f4dfb4, #a6d8d7, #1c9b9b);
}

Pastel Oasis color palette created on .