ENTP Vibes Color Palette
Discover the beautiful ENTP Vibes color palette featuring calypso (#3b7e9b), fountain blue (#5abfbd), marzipan (#f6e48e), salmon (#ff7a7a) and lightning yellow (#f9cb24).
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 ENTP Vibes palette
💻 ENTP Vibes color palette CSS
/* CSS */
.color-1 {
color: #3b7e9b;
}
.color-2 {
color: #5abfbd;
}
.color-3 {
color: #f6e48e;
}
.color-4 {
color: #ff7a7a;
}
.color-5 {
color: #f9cb24;
}
/* CSS Variables */
:root {
--color-1: #3b7e9b;
--color-2: #5abfbd;
--color-3: #f6e48e;
--color-4: #ff7a7a;
--color-5: #f9cb24;
}
🌈 ENTP Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7e9b, #5abfbd, #f6e48e, #ff7a7a, #f9cb24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7e9b, #5abfbd, #f6e48e, #ff7a7a, #f9cb24);
}
🔗 Explore similar color palettes
ENTP Vibes color palette created on .