Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-tourmaline {
color: #4991d4;
}
.dead-lake {
color: #2e5a8a;
}
.soft-cashmere {
color: #f1b1d6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-tourmaline:#4991d4;
--dead-lake:#2e5a8a;
--soft-cashmere:#f1b1d6;
--grapefruit-pulp:#ff6e61;
}