Color names in this palette
CSS code for this palette
/* CSS */
.blue-dam {
color: #a5c6d5;
}
.glassmith {
color: #4cb6c2;
}
.navigate {
color: #008a85;
}
.midnight-green {
color: #004852;
}
.her-majesty {
color: #f6a2a6;
}
/* CSS Variables */
:root {
--blue-dam:#a5c6d5;
--glassmith:#4cb6c2;
--navigate:#008a85;
--midnight-green:#004852;
--her-majesty:#f6a2a6;
}