Color names in this palette
CSS code for this palette
/* CSS */
.sea-fantasy {
color: #1d9a98;
}
.montego-bay {
color: #3db8b8;
}
.hammam-blue {
color: #60d7d5;
}
.loveable {
color: #f1c1c5;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sea-fantasy:#1d9a98;
--montego-bay:#3db8b8;
--hammam-blue:#60d7d5;
--loveable:#f1c1c5;
--grapefruit-pulp:#ff6e61;
}