Color names in this palette
CSS code for this palette
/* CSS */
.sea-fantasy {
color: #1d9191;
}
.crystalsong-blue {
color: #4eb7b7;
}
.andes-sky {
color: #76d6d6;
}
.ice-crystal-blue {
color: #a5e4e4;
}
.coastal-breeze {
color: #def7f7;
}
/* CSS Variables */
:root {
--sea-fantasy:#1d9191;
--crystalsong-blue:#4eb7b7;
--andes-sky:#76d6d6;
--ice-crystal-blue:#a5e4e4;
--coastal-breeze:#def7f7;
}