Color names in this palette
CSS code for this palette
/* CSS */
.maldives {
color: #00bdd6;
}
.phosphorescent-blue {
color: #1ce9e5;
}
.whimsical-blue {
color: #00e5ff;
}
.faded-poster {
color: #80deea;
}
.mint-macaron {
color: #b1eaf2;
}
/* CSS Variables */
:root {
--maldives:#00bdd6;
--phosphorescent-blue:#1ce9e5;
--whimsical-blue:#00e5ff;
--faded-poster:#80deea;
--mint-macaron:#b1eaf2;
}