Color names in this palette
CSS code for this palette
/* CSS */
.frugal {
color: #a4d5b1;
}
.miami-teal {
color: #6cc6af;
}
.coolbox-ice-turquoise {
color: #499c9b;
}
.cranach-blue {
color: #2c7f8c;
}
.nordic {
color: #1f3d3d;
}
/* CSS Variables */
:root {
--frugal:#a4d5b1;
--miami-teal:#6cc6af;
--coolbox-ice-turquoise:#499c9b;
--cranach-blue:#2c7f8c;
--nordic:#1f3d3d;
}