Mariam's Haven Color Palette
Discover the beautiful Mariam's Haven color palette featuring flesh (#ffc29e), wild watermelon (#ff667d), cerise red (#d8315b), scampi (#595ca6) and pickled bluewood (#2b3d50).
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 Mariam's Haven palette
💻 Mariam's Haven color palette CSS
/* CSS */
.color-1 {
color: #ffc29e;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d8315b;
}
.color-4 {
color: #595ca6;
}
.color-5 {
color: #2b3d50;
}
/* CSS Variables */
:root {
--color-1: #ffc29e;
--color-2: #ff667d;
--color-3: #d8315b;
--color-4: #595ca6;
--color-5: #2b3d50;
}
🌈 Mariam's Haven background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc29e, #ff667d, #d8315b, #595ca6, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc29e, #ff667d, #d8315b, #595ca6, #2b3d50);
}
🔗 Explore similar color palettes
Mariam's Haven color palette created on .