Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.artesian-pool {
color: #a3c2e0;
}
.cerulean-frost {
color: #6b9cc2;
}
.turkish-stone {
color: #2b7a91;
}
.maniac-mansion {
color: #003a5c;
}
/* CSS Variables */
:root {
--white:#ffffff;
--artesian-pool:#a3c2e0;
--cerulean-frost:#6b9cc2;
--turkish-stone:#2b7a91;
--maniac-mansion:#003a5c;
}