Color names in this palette
CSS code for this palette
/* CSS */
.peri-peri {
color: #c82d2d;
}
.burnt-copper {
color: #c76c38;
}
.sweet-sour {
color: #c7a838;
}
.android-green {
color: #a1c738;
}
.panorama-blue {
color: #38c7c7;
}
/* CSS Variables */
:root {
--peri-peri:#c82d2d;
--burnt-copper:#c76c38;
--sweet-sour:#c7a838;
--android-green:#a1c738;
--panorama-blue:#38c7c7;
}