Retro Mixtape Harmony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Retro Mixtape Harmony palette

Condividi questa palette a:

tavolozza dei colori Retro Mixtape Harmony CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #6b5b95;
}
.color-4 {
color: #87af4b;
}
.color-5 {
color: #bad4c4;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffcc00;
--color-3: #6b5b95;
--color-4: #87af4b;
--color-5: #bad4c4;
}

CSS con gradiente di sfondo Retro Mixtape Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffcc00, #6b5b95, #87af4b, #bad4c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffcc00, #6b5b95, #87af4b, #bad4c4);
}

Retro Mixtape Harmony color palette created on .