Victor Cantu Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Victor Cantu palette
Color Inspiration
Images that showcase this color palette in real designs
Download Victor Cantu Color Palette (PNG)
Victor Cantu color palette CSS
/* CSS */
.color-1 {
color: #e2b8a2;
}
.color-2 {
color: #c67d7b;
}
.color-3 {
color: #a35262;
}
.color-4 {
color: #6d3b4c;
}
.color-5 {
color: #3b2c3f;
}
/* CSS Variables */
:root {
--color-1: #e2b8a2;
--color-2: #c67d7b;
--color-3: #a35262;
--color-4: #6d3b4c;
--color-5: #3b2c3f;
}
Victor Cantu background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b8a2, #c67d7b, #a35262, #6d3b4c, #3b2c3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b8a2, #c67d7b, #a35262, #6d3b4c, #3b2c3f);
}
Similar color palettes
Victor Cantu color palette created on .