Energetic Bold
A bold and energetic palette with vivid reds and bright accents. Designed to excite, motivate, and drive immediate action.
Color Breakdown
Role
background
Name
White
Hex
#ffffff
Tailwind
bg-white
Role
surface
Name
Zinc 50
Hex
#fafafa
Tailwind
bg-zinc-50
Role
primary
Name
Red 500
Hex
#ef4444
Tailwind
text-red-500
Role
secondary
Name
Gray 500
Hex
#6b7280
Tailwind
text-gray-500
Role
accent
Name
Yellow 500
Hex
#eab308
Tailwind
bg-yellow-500
Live Preview
Welcome Back
This is a live preview of the Energetic Bold color scheme applied to a sample card component. See how the colors work together in a realistic UI context.
Design Rationale
“Red commands attention and raises energy levels for action-oriented pages. Yellow accents amplify excitement and highlight time-sensitive offers.
Use Cases
CSS Variables
:root {
--background: #ffffff;
--surface: #fafafa;
--primary: #ef4444;
--secondary: #6b7280;
--accent: #eab308;
}Tailwind Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'energetic-bold': {
'background': '#ffffff', // bg-white
'surface': '#fafafa', // bg-zinc-50
'primary': '#ef4444', // text-red-500
'secondary': '#6b7280', // text-gray-500
'accent': '#eab308', // bg-yellow-500
},
},
},
},
};Related Color Schemes
Fintech Bold
A bold fintech palette that breaks convention with vibrant violet and sharp contrasts. Perfect for disruptive financial startups.
Automotive Bold
A bold automotive palette with powerful darks and metallic red accents. Conveys speed, precision, and engineering excellence.
Brutalist Colorful
A colorful brutalist palette that clashes bold hues intentionally. Breaks design rules with unapologetic vibrancy and contrast.
Calm Serene
A serene and calming palette with soft blues and muted backgrounds. Designed to reduce visual stress and promote tranquility.
Professional Corporate
A polished corporate palette with conservative blues and structured grays. Conveys reliability, competence, and business credibility.
Playful Fun
A fun and playful palette bursting with cheerful colors. Designed to make users smile and create a lighthearted experience.
Build with This Scheme
Use our palette generator to customize and extend this color scheme for your project.
Open Palette Generator