Color names in this palette
CSS code for this palette
/* CSS */
.clean-pool {
color: #4bb8e7;
}
.toy-blue {
color: #008c9e;
}
.adriatic-sea {
color: #006280;
}
.maniac-mansion {
color: #003c5c;
}
.midnight-mirage {
color: #001f3d;
}
/* CSS Variables */
:root {
--clean-pool:#4bb8e7;
--toy-blue:#008c9e;
--adriatic-sea:#006280;
--maniac-mansion:#003c5c;
--midnight-mirage:#001f3d;
}