Lance Stroll Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lance Stroll palette
Lance Stroll color palette PNG image
Lance Stroll color palette CSS
/* CSS */
.color-1 {
color: #1f3c7a;
}
.color-2 {
color: #4a6b96;
}
.color-3 {
color: #8b9ec6;
}
.color-4 {
color: #f0c24c;
}
.color-5 {
color: #bb3a3e;
}
/* CSS Variables */
:root {
--color-1: #1f3c7a;
--color-2: #4a6b96;
--color-3: #8b9ec6;
--color-4: #f0c24c;
--color-5: #bb3a3e;
}
Lance Stroll background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3c7a, #4a6b96, #8b9ec6, #f0c24c, #bb3a3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3c7a, #4a6b96, #8b9ec6, #f0c24c, #bb3a3e);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Lance Stroll color palette created on .