Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.germander-speedwell {
color: #0095c7;
}
.pristine-seas {
color: #007899;
}
.emerald-lake {
color: #0a995b;
}
.sweet-mint-pesto {
color: #bbeb99;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--germander-speedwell:#0095c7;
--pristine-seas:#007899;
--emerald-lake:#0a995b;
--sweet-mint-pesto:#bbeb99;
}