Color names in this palette
CSS code for this palette
/* CSS */
.h-l-n-blue {
color: #1ab2d1;
}
.tint-of-turquoise {
color: #3dc2b5;
}
.medium-aquamarine {
color: #6ce4a4;
}
.salmon-eggs {
color: #f7d35f;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--h-l-n-blue:#1ab2d1;
--tint-of-turquoise:#3dc2b5;
--medium-aquamarine:#6ce4a4;
--salmon-eggs:#f7d35f;
--apricot-glazed-chicken:#f5a524;
}