Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1b8c9d;
}
.water-wings {
color: #7cd5c9;
}
.charlotte {
color: #a4e1e5;
}
.pure-white {
color: #f8f8f1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--safe-harbour:#1b8c9d;
--water-wings:#7cd5c9;
--charlotte:#a4e1e5;
--pure-white:#f8f8f1;
--grapefruit-pulp:#ff6e61;
}