Victory's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Victory's Embrace palette
Victory's Embrace color palette CSS
/* CSS */
.color-1 {
color: #1e396c;
}
.color-2 {
color: #507091;
}
.color-3 {
color: #7d9fb5;
}
.color-4 {
color: #b3cfe6;
}
.color-5 {
color: #f0e4c1;
}
/* CSS Variables */
:root {
--color-1: #1e396c;
--color-2: #507091;
--color-3: #7d9fb5;
--color-4: #b3cfe6;
--color-5: #f0e4c1;
}
Victory's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e396c, #507091, #7d9fb5, #b3cfe6, #f0e4c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e396c, #507091, #7d9fb5, #b3cfe6, #f0e4c1);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Victory's Embrace color palette created on .