Our Memories Color Palette
Discover the beautiful Our Memories color palette featuring casablanca (#f3b44f), mandys pink (#f3caaa), deep blush (#e37d7f), regent st blue (#a7c6e7) and butterfly bush (#6a4e8d).
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 Our Memories palette
💻 Our Memories color palette CSS
/* CSS */
.color-1 {
color: #f3b44f;
}
.color-2 {
color: #f3caaa;
}
.color-3 {
color: #e37d7f;
}
.color-4 {
color: #a7c6e7;
}
.color-5 {
color: #6a4e8d;
}
/* CSS Variables */
:root {
--color-1: #f3b44f;
--color-2: #f3caaa;
--color-3: #e37d7f;
--color-4: #a7c6e7;
--color-5: #6a4e8d;
} 🌈 Our Memories background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b44f, #f3caaa, #e37d7f, #a7c6e7, #6a4e8d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b44f, #f3caaa, #e37d7f, #a7c6e7, #6a4e8d);
} 🔗 Explore similar color palettes
Our Memories color palette created on .