Color names in this palette
CSS code for this palette
/* CSS */
.corydalis-blue {
color: #a4c7d6;
}
.heavenly {
color: #7fb3c3;
}
.summer-turquoise-blue {
color: #499dab;
}
.cote-d-azur {
color: #007a8a;
}
.deep-lagoon {
color: #005c70;
}
/* CSS Variables */
:root {
--corydalis-blue:#a4c7d6;
--heavenly:#7fb3c3;
--summer-turquoise-blue:#499dab;
--cote-d-azur:#007a8a;
--deep-lagoon:#005c70;
}