Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3a8d8d;
}
.crystalsong-blue {
color: #50b9b9;
}
.aruba-blue {
color: #7dd4d4;
}
.waterspout {
color: #a2f1f1;
}
.sugar-cookie {
color: #f2e2a6;
}
/* CSS Variables */
:root {
--blue-chill:#3a8d8d;
--crystalsong-blue:#50b9b9;
--aruba-blue:#7dd4d4;
--waterspout:#a2f1f1;
--sugar-cookie:#f2e2a6;
}