Cuban Sunburst Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cuban Sunburst palette

Condividi questa palette a:

tavolozza dei colori Cuban Sunburst CSS

/* 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 con gradiente di sfondo 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 .