Ross Hernández Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ross Hernández palette
Ross Hernández color palette PNG image
Ross Hernández color palette CSS
/* CSS */
.color-1 {
color: #c16c2f;
}
.color-2 {
color: #c2872e;
}
.color-3 {
color: #79895d;
}
.color-4 {
color: #75666a;
}
.color-5 {
color: #9f3c78;
}
/* CSS Variables */
:root {
--color-1: #c16c2f;
--color-2: #c2872e;
--color-3: #79895d;
--color-4: #75666a;
--color-5: #9f3c78;
}
Ross Hernández background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c16c2f, #c2872e, #79895d, #75666a, #9f3c78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c16c2f, #c2872e, #79895d, #75666a, #9f3c78);
}
Similar color palettes
Scroll down to explore 80+ Amber color palettes
Ross Hernández color palette created on .