Paleta de colores Buccaneer Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Buccaneer Sunset palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Buccaneer Sunset

Download buccaneer sunset color palette PNG image (landscape)
Download buccaneer sunset color palette PNG image (square)

CSS de la paleta de colores Buccaneer Sunset

/* 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;
}

CSS del degradado de fondo Buccaneer Sunset

/* 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);
}

Buccaneer Sunset color palette created on .