ENFJ Vibes Color Palette
Discover the beautiful ENFJ Vibes color palette featuring sea buckthorn (#f69e23), sandy brown (#f1b05b), marzipan (#f6d588), dairy cream (#f9e2b4) and careys pink (#d4a5b7).
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 ENFJ Vibes palette
💻 ENFJ Vibes color palette CSS
/* CSS */
.color-1 {
color: #f69e23;
}
.color-2 {
color: #f1b05b;
}
.color-3 {
color: #f6d588;
}
.color-4 {
color: #f9e2b4;
}
.color-5 {
color: #d4a5b7;
}
/* CSS Variables */
:root {
--color-1: #f69e23;
--color-2: #f1b05b;
--color-3: #f6d588;
--color-4: #f9e2b4;
--color-5: #d4a5b7;
}
🌈 ENFJ Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f69e23, #f1b05b, #f6d588, #f9e2b4, #d4a5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f69e23, #f1b05b, #f6d588, #f9e2b4, #d4a5b7);
}
🔗 Explore similar color palettes
ENFJ Vibes color palette created on .