Color names in this palette
CSS code for this palette
/* CSS */
.sea-fantasy {
color: #1f9898;
}
.citrus-sachet {
color: #f3c8aa;
}
.grapefruit-pulp {
color: #ff6e61;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.liberal-lilac {
color: #9b58b6;
}
/* CSS Variables */
:root {
--sea-fantasy:#1f9898;
--citrus-sachet:#f3c8aa;
--grapefruit-pulp:#ff6e61;
--creamy-sweet-corn:#f9c54e;
--liberal-lilac:#9b58b6;
}