Henrik's Vibrant Garden Color Palette
Discover the beautiful Henrik's Vibrant Garden color palette featuring hot pink (#ff67a1), peach orange (#ffc899), ocean green (#3caa7d), dodger blue (#1288ff) and cardinal (#c3183c).
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 Henrik's Vibrant Garden palette
💻 Henrik's Vibrant Garden color palette CSS
/* CSS */
.color-1 {
color: #ff67a1;
}
.color-2 {
color: #ffc899;
}
.color-3 {
color: #3caa7d;
}
.color-4 {
color: #1288ff;
}
.color-5 {
color: #c3183c;
}
/* CSS Variables */
:root {
--color-1: #ff67a1;
--color-2: #ffc899;
--color-3: #3caa7d;
--color-4: #1288ff;
--color-5: #c3183c;
} 🌈 Henrik's Vibrant Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff67a1, #ffc899, #3caa7d, #1288ff, #c3183c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff67a1, #ffc899, #3caa7d, #1288ff, #c3183c);
} 🔗 Explore similar color palettes
Henrik's Vibrant Garden color palette created on .