Color names in this palette
CSS code for this palette
/* CSS */
.emerald-dream {
color: #007a5e;
}
.pool-green {
color: #00b39b;
}
.andes-sky {
color: #74d6d8;
}
.charlotte {
color: #a4e0e5;
}
.bone-chilling {
color: #e1f4f1;
}
/* CSS Variables */
:root {
--emerald-dream:#007a5e;
--pool-green:#00b39b;
--andes-sky:#74d6d8;
--charlotte:#a4e0e5;
--bone-chilling:#e1f4f1;
}