Serial Designation N Color Palette
Discover the beautiful Serial Designation N color palette featuring rob roy (#e5c96c), web orange (#f0a400), casablanca (#f7c94b), new orleans (#f3d1a5) and alizarin crimson (#e62838).
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 Serial Designation N palette
💻 Serial Designation N color palette CSS
/* CSS */
.color-1 {
color: #e5c96c;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #f3d1a5;
}
.color-5 {
color: #e62838;
}
/* CSS Variables */
:root {
--color-1: #e5c96c;
--color-2: #f0a400;
--color-3: #f7c94b;
--color-4: #f3d1a5;
--color-5: #e62838;
} 🌈 Serial Designation N background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c96c, #f0a400, #f7c94b, #f3d1a5, #e62838);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c96c, #f0a400, #f7c94b, #f3d1a5, #e62838);
} 🔗 Explore similar color palettes
Serial Designation N color palette created on .