Finn Color Palette

Discover the beautiful Finn color palette featuring horizon (#5b899a), sinbad (#a3d1d7), hint of green (#f0fff3), manhattan (#f7b8a1) and terracotta (#e96a63).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Cool, Fun, Pastel, Spring, Teal, Tropical 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 Finn palette

Share this palette to:

💻 Finn color palette CSS

/* CSS */
.color-1 {
color: #5b899a;
}
.color-2 {
color: #a3d1d7;
}
.color-3 {
color: #f0fff3;
}
.color-4 {
color: #f7b8a1;
}
.color-5 {
color: #e96a63;
}

/* CSS Variables */
:root {
--color-1: #5b899a;
--color-2: #a3d1d7;
--color-3: #f0fff3;
--color-4: #f7b8a1;
--color-5: #e96a63;
}

🌈 Finn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b899a, #a3d1d7, #f0fff3, #f7b8a1, #e96a63);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b899a, #a3d1d7, #f0fff3, #f7b8a1, #e96a63);
}

Finn color palette created on .