Color names in this palette
CSS code for this palette
/* CSS */
.pagoda-blue {
color: #1a818e;
}
.waterfall {
color: #3bb5a1;
}
.sweet-garden {
color: #63d4b6;
}
.beach-glass {
color: #92e3cd;
}
.east-cape {
color: #b4f3e0;
}
/* CSS Variables */
:root {
--pagoda-blue:#1a818e;
--waterfall:#3bb5a1;
--sweet-garden:#63d4b6;
--beach-glass:#92e3cd;
--east-cape:#b4f3e0;
}