Color names in this palette
CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #a0d5e9;
}
.waimea-blue {
color: #4d9ddb;
}
.turkish-tile {
color: #007c9e;
}
.mykonos-blue {
color: #005b80;
}
.maniac-mansion {
color: #003f5c;
}
/* CSS Variables */
:root {
--light-budgie-blue:#a0d5e9;
--waimea-blue:#4d9ddb;
--turkish-tile:#007c9e;
--mykonos-blue:#005b80;
--maniac-mansion:#003f5c;
}