Courier Connect Color Palette
Discover the beautiful Courier Connect color palette featuring fern (#5abf6b), gorse (#fde94e), rose bud (#f9b1ae), burnt sienna (#f17a65) and bay of many (#2a2c8d).
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 Courier Connect palette
💻 Courier Connect color palette CSS
/* CSS */
.color-1 {
color: #5abf6b;
}
.color-2 {
color: #fde94e;
}
.color-3 {
color: #f9b1ae;
}
.color-4 {
color: #f17a65;
}
.color-5 {
color: #2a2c8d;
}
/* CSS Variables */
:root {
--color-1: #5abf6b;
--color-2: #fde94e;
--color-3: #f9b1ae;
--color-4: #f17a65;
--color-5: #2a2c8d;
} 🌈 Courier Connect background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abf6b, #fde94e, #f9b1ae, #f17a65, #2a2c8d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abf6b, #fde94e, #f9b1ae, #f17a65, #2a2c8d);
} 🔗 Explore similar color palettes
Courier Connect color palette created on .