Nemo Color Palette

Discover the beautiful Nemo color palette featuring orange (#ff6d1f), orange peel (#faa200), golden dream (#f3e139), keppel (#3cafa3) and deep cerulean (#0077b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withOrange, Yellow, Teal, Blue, Vibrant, Ocean, Bright, Spring, Fun, Coral 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 Nemo palette

Share this palette to:

💻 Nemo color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #faa200;
}
.color-3 {
color: #f3e139;
}
.color-4 {
color: #3cafa3;
}
.color-5 {
color: #0077b3;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #faa200;
--color-3: #f3e139;
--color-4: #3cafa3;
--color-5: #0077b3;
}

🌈 Nemo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #faa200, #f3e139, #3cafa3, #0077b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #faa200, #f3e139, #3cafa3, #0077b3);
}

Nemo color palette created on .