Color names in this palette
CSS code for this palette
/* CSS */
.cold-turquoise {
color: #a3d2ca;
}
.veranda {
color: #5faba8;
}
.aquarium {
color: #3a6c6e;
}
.blue-fantastic {
color: #2d394e;
}
.dracula-orchid {
color: #2a363c;
}
/* CSS Variables */
:root {
--cold-turquoise:#a3d2ca;
--veranda:#5faba8;
--aquarium:#3a6c6e;
--blue-fantastic:#2d394e;
--dracula-orchid:#2a363c;
}