Color names in this palette
CSS code for this palette
/* CSS */
.seashell-cove {
color: #0a4c7b;
}
.bermuda {
color: #1c788d;
}
.crystalsong-blue {
color: #4db3b1;
}
.limpet-shell {
color: #8ce3d8;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--seashell-cove:#0a4c7b;
--bermuda:#1c788d;
--crystalsong-blue:#4db3b1;
--limpet-shell:#8ce3d8;
--white-smoke:#f5f5f5;
}