Color names in this palette
CSS code for this palette
/* CSS */
.swagger {
color: #1ab4b7;
}
.soft-turquoise {
color: #71d6d4;
}
.ice-crystal-blue {
color: #a5e4e4;
}
.distant-horizon {
color: #f1f8f7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--swagger:#1ab4b7;
--soft-turquoise:#71d6d4;
--ice-crystal-blue:#a5e4e4;
--distant-horizon:#f1f8f7;
--grapefruit-pulp:#ff6e61;
}