Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a8e1a3;
}
.tadorna-teal {
color: #79d7a7;
}
.treasured-teal {
color: #53c6b4;
}
.panorama-blue {
color: #39b5c6;
}
.boyzone {
color: #2495d6;
}
/* CSS Variables */
:root {
--grape-green:#a8e1a3;
--tadorna-teal:#79d7a7;
--treasured-teal:#53c6b4;
--panorama-blue:#39b5c6;
--boyzone:#2495d6;
}