Royal Rajasthan Color Palette
Discover the beautiful Royal Rajasthan color palette featuring chambray (#3b5d9b), steel blue (#5a7dba), viking (#7bb3db), ronchi (#f0c24c) and flame pea (#e05d42).
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 Royal Rajasthan palette
💻 Royal Rajasthan color palette CSS
/* CSS */
.color-1 {
color: #3b5d9b;
}
.color-2 {
color: #5a7dba;
}
.color-3 {
color: #7bb3db;
}
.color-4 {
color: #f0c24c;
}
.color-5 {
color: #e05d42;
}
/* CSS Variables */
:root {
--color-1: #3b5d9b;
--color-2: #5a7dba;
--color-3: #7bb3db;
--color-4: #f0c24c;
--color-5: #e05d42;
}
🌈 Royal Rajasthan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5d9b, #5a7dba, #7bb3db, #f0c24c, #e05d42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5d9b, #5a7dba, #7bb3db, #f0c24c, #e05d42);
}
🔗 Explore similar color palettes
Royal Rajasthan color palette created on .