Manic Star Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Manic Star palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Manic Star

Download manic star color palette PNG image (landscape)
Download manic star color palette PNG image (square)

tavolozza dei colori Manic Star CSS

/* CSS */
.color-1 {
color: #c47f08;
}
.color-2 {
color: #cb4c15;
}
.color-3 {
color: #c73129;
}
.color-4 {
color: #b00742;
}
.color-5 {
color: #600642;
}

/* CSS Variables */
:root {
--color-1: #c47f08;
--color-2: #cb4c15;
--color-3: #c73129;
--color-4: #b00742;
--color-5: #600642;
}

CSS con gradiente di sfondo Manic Star

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c47f08, #cb4c15, #c73129, #b00742, #600642);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c47f08, #cb4c15, #c73129, #b00742, #600642);
}

Manic Star color palette created on .