Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.marigold-dust {
color: #f4cf3e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.storm-lightning {
color: #f9e79f;
}
.traditional-blue {
color: #1f628e;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--marigold-dust:#f4cf3e;
--grapefruit-pulp:#ff6e61;
--storm-lightning:#f9e79f;
--traditional-blue:#1f628e;
}