Verstappen Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verstappen palette
Verstappen color palette CSS
/* CSS */
.color-1 {
color: #e09200;
}
.color-2 {
color: #ef5d1f;
}
.color-3 {
color: #de312b;
}
.color-4 {
color: #910825;
}
.color-5 {
color: #3c0797;
}
/* CSS Variables */
:root {
--color-1: #e09200;
--color-2: #ef5d1f;
--color-3: #de312b;
--color-4: #910825;
--color-5: #3c0797;
}
Verstappen background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e09200, #ef5d1f, #de312b, #910825, #3c0797);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e09200, #ef5d1f, #de312b, #910825, #3c0797);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Verstappen color palette created on .