Color names in this palette
CSS code for this palette
/* CSS */
.monaco {
color: #a8d5e6;
}
.maiden-voyage {
color: #8cc5d4;
}
.blue-topaz {
color: #64b1c9;
}
.mountain-bluebird {
color: #4b9abe;
}
.valley-of-glaciers {
color: #2c7c9b;
}
/* CSS Variables */
:root {
--monaco:#a8d5e6;
--maiden-voyage:#8cc5d4;
--blue-topaz:#64b1c9;
--mountain-bluebird:#4b9abe;
--valley-of-glaciers:#2c7c9b;
}