Lando Norris Color Palette
Discover the beautiful Lando Norris color palette featuring olive drab (#4e9d2a), casablanca (#f7c64a), matisse (#1d7b9a), hot cinnamon (#e15c23) and sandy brown (#f4a462).
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 Lando Norris palette
💻 Lando Norris color palette CSS
/* CSS */
.color-1 {
color: #4e9d2a;
}
.color-2 {
color: #f7c64a;
}
.color-3 {
color: #1d7b9a;
}
.color-4 {
color: #e15c23;
}
.color-5 {
color: #f4a462;
}
/* CSS Variables */
:root {
--color-1: #4e9d2a;
--color-2: #f7c64a;
--color-3: #1d7b9a;
--color-4: #e15c23;
--color-5: #f4a462;
}
🌈 Lando Norris background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e9d2a, #f7c64a, #1d7b9a, #e15c23, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e9d2a, #f7c64a, #1d7b9a, #e15c23, #f4a462);
}
🔗 Explore similar color palettes
Lando Norris color palette created on .