Alentejo Sunsets Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Alentejo Sunsets palette
Alentejo Sunsets color palette CSS
/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #895b29;
}
.color-3 {
color: #a86d3e;
}
.color-4 {
color: #d1a45c;
}
.color-5 {
color: #f2d578;
}
/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #895b29;
--color-3: #a86d3e;
--color-4: #d1a45c;
--color-5: #f2d578;
}
Alentejo Sunsets background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #895b29, #a86d3e, #d1a45c, #f2d578);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #895b29, #a86d3e, #d1a45c, #f2d578);
}
Similar color palettes
Alentejo Sunsets color palette created on .