Color names in this palette
CSS code for this palette
/* CSS */
.baby-bunting {
color: #a9c9ea;
}
.azul-turquesa {
color: #6cbdc6;
}
.coolbox-ice-turquoise {
color: #499c9b;
}
.atoll {
color: #2d797c;
}
.hornblende-green {
color: #1f4c4b;
}
/* CSS Variables */
:root {
--baby-bunting:#a9c9ea;
--azul-turquesa:#6cbdc6;
--coolbox-ice-turquoise:#499c9b;
--atoll:#2d797c;
--hornblende-green:#1f4c4b;
}