Nohr's Embrace Color Palette
Discover the beautiful Nohr's Embrace color palette featuring vulcan (#0e101b), cloud burst (#1e2d40), casal (#325a70), smalt blue (#4c7e8e) and lynch (#6a78a4).
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 Nohr's Embrace palette
💻 Nohr's Embrace color palette CSS
/* CSS */
.color-1 {
color: #0e101b;
}
.color-2 {
color: #1e2d40;
}
.color-3 {
color: #325a70;
}
.color-4 {
color: #4c7e8e;
}
.color-5 {
color: #6a78a4;
}
/* CSS Variables */
:root {
--color-1: #0e101b;
--color-2: #1e2d40;
--color-3: #325a70;
--color-4: #4c7e8e;
--color-5: #6a78a4;
} 🌈 Nohr's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e101b, #1e2d40, #325a70, #4c7e8e, #6a78a4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e101b, #1e2d40, #325a70, #4c7e8e, #6a78a4);
} 🔗 Explore similar color palettes
Nohr's Embrace color palette created on .