Discover the beautiful Blue Robotics color palette featuring curious blue (#299fd6), puerto rico (#3fc6b6), emerald (#5bd2a0), web orange (#f0a400) and tenn (#d65d00).
Blue Robotics Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Blue Robotics palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Blue Robotics palette
💻 Blue Robotics color palette CSS
/* CSS */
.color-1 {
color: #299fd6;
}
.color-2 {
color: #3fc6b6;
}
.color-3 {
color: #5bd2a0;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #d65d00;
}
/* CSS Variables */
:root {
--color-1: #299fd6;
--color-2: #3fc6b6;
--color-3: #5bd2a0;
--color-4: #f0a400;
--color-5: #d65d00;
}
🌈 Blue Robotics background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #299fd6, #3fc6b6, #5bd2a0, #f0a400, #d65d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #299fd6, #3fc6b6, #5bd2a0, #f0a400, #d65d00);
}
🔗 Explore similar color palettes
Blue Robotics color palette created on .