Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3f8d92;
}
.tropic-turquoise {
color: #65b3a1;
}
.iced-aqua {
color: #a6d5d9;
}
.calla {
color: #f1e1b6;
}
.hot-calypso {
color: #f78d78;
}
/* CSS Variables */
:root {
--blue-chill:#3f8d92;
--tropic-turquoise:#65b3a1;
--iced-aqua:#a6d5d9;
--calla:#f1e1b6;
--hot-calypso:#f78d78;
}