Color names in this palette
CSS code for this palette
/* CSS */
.pagoda-blue {
color: #1a818e;
}
.bianchi-green {
color: #3cc8c6;
}
.turquoise-chalk {
color: #70e6d8;
}
.pale-turquoise {
color: #a6f7d5;
}
.apple-martini {
color: #f5ffdb;
}
/* CSS Variables */
:root {
--pagoda-blue:#1a818e;
--bianchi-green:#3cc8c6;
--turquoise-chalk:#70e6d8;
--pale-turquoise:#a6f7d5;
--apple-martini:#f5ffdb;
}