Paleta de colores Cuban Sunburst

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cuban Sunburst palette

Compartir esta paleta en:

CSS de la paleta de colores Cuban Sunburst

/* CSS */
.color-1 {
color: #fff49e;
}
.color-2 {
color: #f6c84c;
}
.color-3 {
color: #f59b2e;
}
.color-4 {
color: #e06029;
}
.color-5 {
color: #a72b20;
}

/* CSS Variables */
:root {
--color-1: #fff49e;
--color-2: #f6c84c;
--color-3: #f59b2e;
--color-4: #e06029;
--color-5: #a72b20;
}

CSS del degradado de fondo Cuban Sunburst

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff49e, #f6c84c, #f59b2e, #e06029, #a72b20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff49e, #f6c84c, #f59b2e, #e06029, #a72b20);
}

Cuban Sunburst color palette created on .