Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1e8d9f;
}
.north-wind {
color: #4bbeba;
}
.island-paradise {
color: #8de0e2;
}
.pink-chintz {
color: #f1c1d1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--safe-harbour:#1e8d9f;
--north-wind:#4bbeba;
--island-paradise:#8de0e2;
--pink-chintz:#f1c1d1;
--grapefruit-pulp:#ff6e61;
}