Project Progress Color Palette

Discover the beautiful Project Progress color palette featuring curious blue (#3c9cdd), downy (#5dd5b5), sahara sand (#f3e98c), rajah (#f9a76c) and brink pink (#f95d8c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Blue, Green, Yellow, Orange, Pink, Fun, Summer, 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 Project Progress palette

Share this palette to:

💻 Project Progress color palette CSS

/* CSS */
.color-1 {
color: #3c9cdd;
}
.color-2 {
color: #5dd5b5;
}
.color-3 {
color: #f3e98c;
}
.color-4 {
color: #f9a76c;
}
.color-5 {
color: #f95d8c;
}

/* CSS Variables */
:root {
--color-1: #3c9cdd;
--color-2: #5dd5b5;
--color-3: #f3e98c;
--color-4: #f9a76c;
--color-5: #f95d8c;
}

🌈 Project Progress background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c9cdd, #5dd5b5, #f3e98c, #f9a76c, #f95d8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c9cdd, #5dd5b5, #f3e98c, #f9a76c, #f95d8c);
}

Project Progress color palette created on .