Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.squeaky {
color: #6dc0d9;
}
.atmosphere {
color: #009ddb;
}
.impulse {
color: #005a8a;
}
.maniac-mansion {
color: #003a5c;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--squeaky:#6dc0d9;
--atmosphere:#009ddb;
--impulse:#005a8a;
--maniac-mansion:#003a5c;
}