Nimona Color Palette
Discover the beautiful Nimona color palette featuring apricot peach (#fac3b7), cream can (#f4cb61), primrose (#f1e2a7), whiskey (#d6ab7b) and au chico (#9c5a60).
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 Nimona palette
💻 Nimona color palette CSS
/* CSS */
.color-1 {
color: #fac3b7;
}
.color-2 {
color: #f4cb61;
}
.color-3 {
color: #f1e2a7;
}
.color-4 {
color: #d6ab7b;
}
.color-5 {
color: #9c5a60;
}
/* CSS Variables */
:root {
--color-1: #fac3b7;
--color-2: #f4cb61;
--color-3: #f1e2a7;
--color-4: #d6ab7b;
--color-5: #9c5a60;
} 🌈 Nimona background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fac3b7, #f4cb61, #f1e2a7, #d6ab7b, #9c5a60);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fac3b7, #f4cb61, #f1e2a7, #d6ab7b, #9c5a60);
} 🔗 Explore similar color palettes
Nimona color palette created on .