Color names in this palette
CSS code for this palette
/* CSS */
.cry-baby-blue {
color: #c1d5e7;
}
.blue-dam {
color: #a5c6d5;
}
.summer-sea {
color: #66a7b2;
}
.taos-turquoise {
color: #2a8d88;
}
.elf-green {
color: #1d9071;
}
/* CSS Variables */
:root {
--cry-baby-blue:#c1d5e7;
--blue-dam:#a5c6d5;
--summer-sea:#66a7b2;
--taos-turquoise:#2a8d88;
--elf-green:#1d9071;
}