Color names in this palette
CSS code for this palette
/* CSS */
.peri-peri {
color: #c62f2f;
}
.no-more-drama {
color: #a23f3f;
}
.lasting-impression {
color: #b06363;
}
.brassy-tint {
color: #d4a83a;
}
.pan-tostado {
color: #e6bf98;
}
/* CSS Variables */
:root {
--peri-peri:#c62f2f;
--no-more-drama:#a23f3f;
--lasting-impression:#b06363;
--brassy-tint:#d4a83a;
--pan-tostado:#e6bf98;
}