Color names in this palette
CSS code for this palette
/* CSS */
.nevermind-nirvana {
color: #7ec8f7;
}
.blue-astro {
color: #53a1d5;
}
.walker-lake {
color: #3d8abd;
}
.turkish-tile {
color: #007c9e;
}
.mykonos-blue {
color: #005b80;
}
/* CSS Variables */
:root {
--nevermind-nirvana:#7ec8f7;
--blue-astro:#53a1d5;
--walker-lake:#3d8abd;
--turkish-tile:#007c9e;
--mykonos-blue:#005b80;
}