Color names in this palette
CSS code for this palette
/* CSS */
.bathe-blue {
color: #c2e0e5;
}
.kul-sharif-blue {
color: #8ed6f5;
}
.glistening-dawn {
color: #f2b226;
}
.grapefruit-pulp {
color: #ff6e61;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--bathe-blue:#c2e0e5;
--kul-sharif-blue:#8ed6f5;
--glistening-dawn:#f2b226;
--grapefruit-pulp:#ff6e61;
--vampire-red:#d63f2e;
}