Color names in this palette
CSS code for this palette
/* CSS */
.techno-turquoise {
color: #5dbb8c;
}
.southern-belle {
color: #a4dac5;
}
.sugar-cookie {
color: #f2e1a1;
}
.bergamot-orange {
color: #f69e5a;
}
.red-arremer {
color: #e64c4c;
}
/* CSS Variables */
:root {
--techno-turquoise:#5dbb8c;
--southern-belle:#a4dac5;
--sugar-cookie:#f2e1a1;
--bergamot-orange:#f69e5a;
--red-arremer:#e64c4c;
}