Color names in this palette
CSS code for this palette
/* CSS */
.pale-cerulean {
color: #9cc5e3;
}
.baby-tears {
color: #6bb8d6;
}
.blue-damselfly {
color: #299fd6;
}
.primal-blue {
color: #0080b3;
}
.blue-flame {
color: #005e8a;
}
/* CSS Variables */
:root {
--pale-cerulean:#9cc5e3;
--baby-tears:#6bb8d6;
--blue-damselfly:#299fd6;
--primal-blue:#0080b3;
--blue-flame:#005e8a;
}