Color names in this palette
CSS code for this palette
/* CSS */
.h-l-n-blue {
color: #1ab8d1;
}
.magnesia-bay {
color: #5dc7e5;
}
.bath-water {
color: #8ee7f0;
}
.princess {
color: #f1a7b6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--h-l-n-blue:#1ab8d1;
--magnesia-bay:#5dc7e5;
--bath-water:#8ee7f0;
--princess:#f1a7b6;
--grapefruit-pulp:#ff6e61;
}