Frosted Oasis Color Palette

Discover the beautiful Frosted Oasis color palette featuring frostee (#e4f6e7), fringy flower (#b0e3d3), bermuda (#7dd8c6), puerto rico (#4bc3b1) and eastern blue (#1ca69d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Bright, Green, 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 Frosted Oasis palette

Share this palette to:

💻 Frosted Oasis color palette CSS

/* CSS */
.color-1 {
color: #e4f6e7;
}
.color-2 {
color: #b0e3d3;
}
.color-3 {
color: #7dd8c6;
}
.color-4 {
color: #4bc3b1;
}
.color-5 {
color: #1ca69d;
}

/* CSS Variables */
:root {
--color-1: #e4f6e7;
--color-2: #b0e3d3;
--color-3: #7dd8c6;
--color-4: #4bc3b1;
--color-5: #1ca69d;
}

🌈 Frosted Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4f6e7, #b0e3d3, #7dd8c6, #4bc3b1, #1ca69d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4f6e7, #b0e3d3, #7dd8c6, #4bc3b1, #1ca69d);
}

Frosted Oasis color palette created on .