Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3c8e90;
}
.crystalsong-blue {
color: #4eb3b7;
}
.water-wonder {
color: #82d4d1;
}
.peach-velour {
color: #f5b58a;
}
.yellow-currant {
color: #f7c76e;
}
/* CSS Variables */
:root {
--blue-chill:#3c8e90;
--crystalsong-blue:#4eb3b7;
--water-wonder:#82d4d1;
--peach-velour:#f5b58a;
--yellow-currant:#f7c76e;
}