Color names in this palette
CSS code for this palette
/* CSS */
.bright-nautilus {
color: #1e5b67;
}
.flounce {
color: #4c8c94;
}
.venice-escape {
color: #75b1b3;
}
.smooth-satin {
color: #a4d5d2;
}
.let-it-snow {
color: #d7f3f4;
}
/* CSS Variables */
:root {
--bright-nautilus:#1e5b67;
--flounce:#4c8c94;
--venice-escape:#75b1b3;
--smooth-satin:#a4d5d2;
--let-it-snow:#d7f3f4;
}