Terra Alegre Color Palette
Discover the beautiful Terra Alegre color palette featuring old gold (#d5c048), strikemaster (#a26d9b), almond (#f2e0cf), turmeric (#b1c84c) and affair (#7b4e8d).
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 Terra Alegre palette
๐ป Terra Alegre color palette CSS
/* CSS */
.color-1 {
color: #d5c048;
}
.color-2 {
color: #a26d9b;
}
.color-3 {
color: #f2e0cf;
}
.color-4 {
color: #b1c84c;
}
.color-5 {
color: #7b4e8d;
}
/* CSS Variables */
:root {
--color-1: #d5c048;
--color-2: #a26d9b;
--color-3: #f2e0cf;
--color-4: #b1c84c;
--color-5: #7b4e8d;
} ๐ Terra Alegre background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c048, #a26d9b, #f2e0cf, #b1c84c, #7b4e8d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c048, #a26d9b, #f2e0cf, #b1c84c, #7b4e8d);
} ๐ Explore similar color palettes
Terra Alegre color palette created on .