Peruano Color Palette
Discover the beautiful Peruano color palette featuring santa fe (#b96a4b), di serria (#d78d5b), porsche (#e6a55b), rajah (#f2b96e) and rajah (#f7cf78).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Peruano palette
๐ป 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);
}
๐ Explore similar color palettes
Peruano color palette created on .