Viserys Color Palette
Discover the beautiful Viserys color palette featuring akaroa (#d4c6a5), malta (#b7a89a), pharlap (#a37b7f), contessa (#c9696b) and shilo (#e9b4c5).
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 Viserys palette
💻 Viserys color palette CSS
/* CSS */
.color-1 {
color: #d4c6a5;
}
.color-2 {
color: #b7a89a;
}
.color-3 {
color: #a37b7f;
}
.color-4 {
color: #c9696b;
}
.color-5 {
color: #e9b4c5;
}
/* CSS Variables */
:root {
--color-1: #d4c6a5;
--color-2: #b7a89a;
--color-3: #a37b7f;
--color-4: #c9696b;
--color-5: #e9b4c5;
} 🌈 Viserys background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c6a5, #b7a89a, #a37b7f, #c9696b, #e9b4c5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c6a5, #b7a89a, #a37b7f, #c9696b, #e9b4c5);
} 🔗 Explore similar color palettes
Viserys color palette created on .