Color names in this palette
CSS code for this palette
/* CSS */
.lake-tahoe-turquoise {
color: #3bb1b5;
}
.throat-chakra {
color: #6dd6d9;
}
.aqua-fiesta {
color: #9ae2e4;
}
.gram-s-hair {
color: #f2f8f6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--lake-tahoe-turquoise:#3bb1b5;
--throat-chakra:#6dd6d9;
--aqua-fiesta:#9ae2e4;
--gram-s-hair:#f2f8f6;
--grapefruit-pulp:#ff6e61;
}