Kingfin Color Palette

Discover the beautiful Kingfin color palette featuring edgewater (#d0e7e1), puerto rico (#3bbaa7), tropical rain forest (#007a5e), blue stone (#006152) and aqua deep (#004d40).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Coastal, Nature, Spring, Summer, Teal, Vibrant 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 Kingfin palette

Share this palette to:

💻 Kingfin color palette CSS

/* CSS */
.color-1 {
color: #d0e7e1;
}
.color-2 {
color: #3bbaa7;
}
.color-3 {
color: #007a5e;
}
.color-4 {
color: #006152;
}
.color-5 {
color: #004d40;
}

/* CSS Variables */
:root {
--color-1: #d0e7e1;
--color-2: #3bbaa7;
--color-3: #007a5e;
--color-4: #006152;
--color-5: #004d40;
}

🌈 Kingfin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0e7e1, #3bbaa7, #007a5e, #006152, #004d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0e7e1, #3bbaa7, #007a5e, #006152, #004d40);
}

Kingfin color palette created on .