Finn Color Palette
Discover the beautiful Finn color palette featuring biscay (#1d3f72), calypso (#3b7b9b), shakespeare (#4eb5d4), sandwisp (#f4e1a4) and flamingo (#f1693b).
Brightness
Saturation
Warmth
💡 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
💻 Finn color palette CSS
/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #3b7b9b;
}
.color-3 {
color: #4eb5d4;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #f1693b;
}
/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #3b7b9b;
--color-3: #4eb5d4;
--color-4: #f4e1a4;
--color-5: #f1693b;
} 🌈 Finn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #3b7b9b, #4eb5d4, #f4e1a4, #f1693b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #3b7b9b, #4eb5d4, #f4e1a4, #f1693b);
} 🔗 Explore similar color palettes
Finn color palette created on .