Retro Mixtape Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Mixtape Harmony palette
Retro Mixtape Harmony color palette 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;
}
Retro Mixtape Harmony background gradient CSS
/* 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);
}
Similar color palettes
Retro Mixtape Harmony color palette created on .