Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f9e9e;
}
.crystalsong-blue {
color: #4cb8b8;
}
.mintos {
color: #7eddd0;
}
.waterspout {
color: #a2f1f1;
}
.english-rose {
color: #f7c5c5;
}
/* CSS Variables */
:root {
--baltic:#1f9e9e;
--crystalsong-blue:#4cb8b8;
--mintos:#7eddd0;
--waterspout:#a2f1f1;
--english-rose:#f7c5c5;
}