Robot Virch Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Robot Virch palette
Robot Virch color palette PNG image
Robot Virch color palette CSS
/* CSS */
.color-1 {
color: #1a1e3d;
}
.color-2 {
color: #3c405d;
}
.color-3 {
color: #5b609f;
}
.color-4 {
color: #8a8edb;
}
.color-5 {
color: #f4a462;
}
/* CSS Variables */
:root {
--color-1: #1a1e3d;
--color-2: #3c405d;
--color-3: #5b609f;
--color-4: #8a8edb;
--color-5: #f4a462;
}
Robot Virch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e3d, #3c405d, #5b609f, #8a8edb, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e3d, #3c405d, #5b609f, #8a8edb, #f4a462);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Robot Virch color palette created on .