Color names in this palette
CSS code for this palette
/* CSS */
.shipyard {
color: #4b6f86;
}
.cold-front-green {
color: #80b3b3;
}
.pale-mountain-lake-turquoise {
color: #bae3d2;
}
.syndicalist {
color: #f5c400;
}
.warming-heart {
color: #d64a3d;
}
/* CSS Variables */
:root {
--shipyard:#4b6f86;
--cold-front-green:#80b3b3;
--pale-mountain-lake-turquoise:#bae3d2;
--syndicalist:#f5c400;
--warming-heart:#d64a3d;
}