Color names in this palette
CSS code for this palette
/* CSS */
.crystalsong-blue {
color: #55b9b3;
}
.atoll {
color: #2c7a7d;
}
.nordic {
color: #1f3a3d;
}
.terrace-pool {
color: #a3d7e0;
}
.cinderella-pink {
color: #ffc7c7;
}
/* CSS Variables */
:root {
--crystalsong-blue:#55b9b3;
--atoll:#2c7a7d;
--nordic:#1f3a3d;
--terrace-pool:#a3d7e0;
--cinderella-pink:#ffc7c7;
}