On Cliff's Edge Color Palette

Discover the beautiful On Cliff's Edge color palette featuring smalt blue (#4c8d90), tradewind (#6bb3b0), sinbad (#a8d4d7), mandys pink (#f0b6a3) and cinnabar (#e55d3e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cliff, Coastal, Coral, Soft, Summer, Sunset, 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 On Cliff's Edge palette

Share this palette to:

💻 On Cliff's Edge color palette CSS

/* CSS */
.color-1 {
color: #4c8d90;
}
.color-2 {
color: #6bb3b0;
}
.color-3 {
color: #a8d4d7;
}
.color-4 {
color: #f0b6a3;
}
.color-5 {
color: #e55d3e;
}

/* CSS Variables */
:root {
--color-1: #4c8d90;
--color-2: #6bb3b0;
--color-3: #a8d4d7;
--color-4: #f0b6a3;
--color-5: #e55d3e;
}

🌈 On Cliff's Edge background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8d90, #6bb3b0, #a8d4d7, #f0b6a3, #e55d3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8d90, #6bb3b0, #a8d4d7, #f0b6a3, #e55d3e);
}

On Cliff's Edge color palette created on .