On Cliff's Edge Color Palette

Discover the beautiful On Cliff's Edge color palette featuring wedgewood (#4b8da0), downy (#70d2c8), supernova (#f5c400), tree poppy (#f89c1b) and valencia (#d34f4a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Coral, Gold, Green, Orange, Red, Sunset 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: #4b8da0;
}
.color-2 {
color: #70d2c8;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #f89c1b;
}
.color-5 {
color: #d34f4a;
}

/* CSS Variables */
:root {
--color-1: #4b8da0;
--color-2: #70d2c8;
--color-3: #f5c400;
--color-4: #f89c1b;
--color-5: #d34f4a;
}

🌈 On Cliff's Edge background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8da0, #70d2c8, #f5c400, #f89c1b, #d34f4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8da0, #70d2c8, #f5c400, #f89c1b, #d34f4a);
}

On Cliff's Edge color palette created on .