Color names in this palette
CSS code for this palette
/* CSS */
.aquarelle-blue {
color: #c0e0e3;
}
.smooth-satin {
color: #a3d6d7;
}
.venice-escape {
color: #74b3b4;
}
.macquarie {
color: #007d80;
}
.sherpa-blue {
color: #004a4d;
}
/* CSS Variables */
:root {
--aquarelle-blue:#c0e0e3;
--smooth-satin:#a3d6d7;
--venice-escape:#74b3b4;
--macquarie:#007d80;
--sherpa-blue:#004a4d;
}