Questing Realms Color Palette
Discover the beautiful Questing Realms color palette featuring slate gray (#6c7a93), nepal (#9bb6c5), botticelli (#c7e2e6), sidecar (#f2d7b5) and tonys pink (#e6a199).
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 Questing Realms palette
💻 Questing Realms color palette CSS
/* CSS */
.color-1 {
color: #6c7a93;
}
.color-2 {
color: #9bb6c5;
}
.color-3 {
color: #c7e2e6;
}
.color-4 {
color: #f2d7b5;
}
.color-5 {
color: #e6a199;
}
/* CSS Variables */
:root {
--color-1: #6c7a93;
--color-2: #9bb6c5;
--color-3: #c7e2e6;
--color-4: #f2d7b5;
--color-5: #e6a199;
} 🌈 Questing Realms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c7a93, #9bb6c5, #c7e2e6, #f2d7b5, #e6a199);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c7a93, #9bb6c5, #c7e2e6, #f2d7b5, #e6a199);
} 🔗 Explore similar color palettes
Questing Realms color palette created on .