Buccaneer Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Buccaneer Sunset palette
Buccaneer Sunset color palette PNG image
Buccaneer Sunset color palette CSS
/* CSS */
.color-1 {
color: #602e2f;
}
.color-2 {
color: #7b4c4c;
}
.color-3 {
color: #a86b6c;
}
.color-4 {
color: #dfae86;
}
.color-5 {
color: #f8d39b;
}
/* CSS Variables */
:root {
--color-1: #602e2f;
--color-2: #7b4c4c;
--color-3: #a86b6c;
--color-4: #dfae86;
--color-5: #f8d39b;
}
Buccaneer Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #602e2f, #7b4c4c, #a86b6c, #dfae86, #f8d39b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #602e2f, #7b4c4c, #a86b6c, #dfae86, #f8d39b);
}
Similar color palettes
Buccaneer Sunset color palette created on .