Finn Color Palette

Discover the beautiful Finn color palette featuring blumine (#1d4f8b), steel blue (#5b8cbe), mandys pink (#f1b3a2), linen (#f8e7d3) and turkish rose (#b66d8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Beach, Blue, Bright, Coral, Light, Soft, Summer, 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: #1d4f8b;
}
.color-2 {
color: #5b8cbe;
}
.color-3 {
color: #f1b3a2;
}
.color-4 {
color: #f8e7d3;
}
.color-5 {
color: #b66d8b;
}

/* CSS Variables */
:root {
--color-1: #1d4f8b;
--color-2: #5b8cbe;
--color-3: #f1b3a2;
--color-4: #f8e7d3;
--color-5: #b66d8b;
}

🌈 Finn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4f8b, #5b8cbe, #f1b3a2, #f8e7d3, #b66d8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4f8b, #5b8cbe, #f1b3a2, #f8e7d3, #b66d8b);
}

Finn color palette created on .