Vriska Grub Color Palette
Discover the beautiful Vriska Grub color palette featuring biscay (#1c3f73), san marino (#4a6cb5), seagull (#7ab3e1), fall green (#e7eab8) and rose bud (#f9a19f).
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 Vriska Grub palette
💻 Vriska Grub color palette CSS
/* CSS */
.color-1 {
color: #1c3f73;
}
.color-2 {
color: #4a6cb5;
}
.color-3 {
color: #7ab3e1;
}
.color-4 {
color: #e7eab8;
}
.color-5 {
color: #f9a19f;
}
/* CSS Variables */
:root {
--color-1: #1c3f73;
--color-2: #4a6cb5;
--color-3: #7ab3e1;
--color-4: #e7eab8;
--color-5: #f9a19f;
} 🌈 Vriska Grub background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f73, #4a6cb5, #7ab3e1, #e7eab8, #f9a19f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f73, #4a6cb5, #7ab3e1, #e7eab8, #f9a19f);
} 🔗 Explore similar color palettes
Vriska Grub color palette created on .