Color names in this palette
CSS code for this palette
/* CSS */
.lyons-blue {
color: #005e75;
}
.brilliant {
color: #0097a8;
}
.cyan-sky {
color: #00b2b3;
}
.tilla-kari-mosque {
color: #00d1c7;
}
.first-timer-green {
color: #00e6d6;
}
/* CSS Variables */
:root {
--lyons-blue:#005e75;
--brilliant:#0097a8;
--cyan-sky:#00b2b3;
--tilla-kari-mosque:#00d1c7;
--first-timer-green:#00e6d6;
}