Peruano Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peruano palette
Download Peruano Color Palette (PNG)
Peruano color palette CSS
/* CSS */
.color-1 {
color: #b96a4b;
}
.color-2 {
color: #d78d5b;
}
.color-3 {
color: #e6a55b;
}
.color-4 {
color: #f2b96e;
}
.color-5 {
color: #f7cf78;
}
/* CSS Variables */
:root {
--color-1: #b96a4b;
--color-2: #d78d5b;
--color-3: #e6a55b;
--color-4: #f2b96e;
--color-5: #f7cf78;
}
Peruano background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b96a4b, #d78d5b, #e6a55b, #f2b96e, #f7cf78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b96a4b, #d78d5b, #e6a55b, #f2b96e, #f7cf78);
}
Similar color palettes
Peruano color palette created on .