Whispers of Narimene Color Palette
Discover the beautiful Whispers of Narimene color palette featuring rose bud (#f9b1ae), maize (#f6d5a7), hampton (#e3e2b0), spring rain (#a4c6a9) and gulf stream (#80b3b3).
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 Whispers of Narimene palette
💻 Whispers of Narimene color palette CSS
/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f6d5a7;
}
.color-3 {
color: #e3e2b0;
}
.color-4 {
color: #a4c6a9;
}
.color-5 {
color: #80b3b3;
}
/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f6d5a7;
--color-3: #e3e2b0;
--color-4: #a4c6a9;
--color-5: #80b3b3;
} 🌈 Whispers of Narimene background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f6d5a7, #e3e2b0, #a4c6a9, #80b3b3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f6d5a7, #e3e2b0, #a4c6a9, #80b3b3);
} 🔗 Explore similar color palettes
Whispers of Narimene color palette created on .