Whispers of the Elm Color Palette

Discover the beautiful Whispers of the Elm color palette featuring elm (#1c7b7d), pelorous (#3cbebe), downy (#69d3d3), morning glory (#a5e3e3) and polar (#dff7f7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Ocean, Summer, Teal 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 Whispers of the Elm palette

Share this palette to:

💻 Whispers of the Elm color palette CSS

/* CSS */
.color-1 {
color: #1c7b7d;
}
.color-2 {
color: #3cbebe;
}
.color-3 {
color: #69d3d3;
}
.color-4 {
color: #a5e3e3;
}
.color-5 {
color: #dff7f7;
}

/* CSS Variables */
:root {
--color-1: #1c7b7d;
--color-2: #3cbebe;
--color-3: #69d3d3;
--color-4: #a5e3e3;
--color-5: #dff7f7;
}

🌈 Whispers of the Elm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c7b7d, #3cbebe, #69d3d3, #a5e3e3, #dff7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c7b7d, #3cbebe, #69d3d3, #a5e3e3, #dff7f7);
}

Whispers of the Elm color palette created on .