Norah Color Palette
Discover the beautiful Norah color palette featuring light orchid (#e8b5d6), azalea (#f5c7d7), egg white (#ffebc2), salomie (#ffdd94) and mona lisa (#ff999c).
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 Norah palette
💻 Norah color palette CSS
/* CSS */
.color-1 {
color: #e8b5d6;
}
.color-2 {
color: #f5c7d7;
}
.color-3 {
color: #ffebc2;
}
.color-4 {
color: #ffdd94;
}
.color-5 {
color: #ff999c;
}
/* CSS Variables */
:root {
--color-1: #e8b5d6;
--color-2: #f5c7d7;
--color-3: #ffebc2;
--color-4: #ffdd94;
--color-5: #ff999c;
} 🌈 Norah background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8b5d6, #f5c7d7, #ffebc2, #ffdd94, #ff999c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8b5d6, #f5c7d7, #ffebc2, #ffdd94, #ff999c);
} 🔗 Explore similar color palettes
Norah color palette created on .