Color names in this palette
CSS code for this palette
/* CSS */
.caneel-bay {
color: #0098b3;
}
.blue-atoll {
color: #00b4e6;
}
.neon-nazar {
color: #4ccfe1;
}
.faded-poster {
color: #81e0e9;
}
.mint-macaron {
color: #b1eaf2;
}
/* CSS Variables */
:root {
--caneel-bay:#0098b3;
--blue-atoll:#00b4e6;
--neon-nazar:#4ccfe1;
--faded-poster:#81e0e9;
--mint-macaron:#b1eaf2;
}