Color names in this palette
CSS code for this palette
/* CSS */
.monaco {
color: #a8d5e6;
}
.blue-bows {
color: #a5c1d5;
}
.hush-a-bye {
color: #4f9cba;
}
.valley-of-glaciers {
color: #2e7d99;
}
.oceanic-motion {
color: #1c5d7d;
}
/* CSS Variables */
:root {
--monaco:#a8d5e6;
--blue-bows:#a5c1d5;
--hush-a-bye:#4f9cba;
--valley-of-glaciers:#2e7d99;
--oceanic-motion:#1c5d7d;
}