Color names in this palette
CSS code for this palette
/* CSS */
.bridgeport {
color: #004a80;
}
.summer-lake {
color: #0076a8;
}
.highlighter-blue {
color: #38afd6;
}
.near-moon {
color: #5ef3da;
}
.everest {
color: #a1e8e2;
}
/* CSS Variables */
:root {
--bridgeport:#004a80;
--summer-lake:#0076a8;
--highlighter-blue:#38afd6;
--near-moon:#5ef3da;
--everest:#a1e8e2;
}