Valhalla Inspired Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Valhalla Inspired palette
Valhalla Inspired color palette PNG image
Valhalla Inspired color palette CSS
/* CSS */
.color-1 {
color: #2a184e;
}
.color-2 {
color: #503c72;
}
.color-3 {
color: #7d6991;
}
.color-4 {
color: #baaf6d;
}
.color-5 {
color: #e6a84c;
}
/* CSS Variables */
:root {
--color-1: #2a184e;
--color-2: #503c72;
--color-3: #7d6991;
--color-4: #baaf6d;
--color-5: #e6a84c;
}
Valhalla Inspired background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a184e, #503c72, #7d6991, #baaf6d, #e6a84c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a184e, #503c72, #7d6991, #baaf6d, #e6a84c);
}
Similar color palettes
Valhalla Inspired color palette created on .