Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #5590d8;
}
.blue-dart {
color: #4a8ad9;
}
.magical-merlin {
color: #3b8ad8;
}
.blue-damselfly {
color: #2ca7d8;
}
.maldives {
color: #00badb;
}
/* CSS Variables */
:root {
--blue-dart:#5590d8;
--blue-dart:#4a8ad9;
--magical-merlin:#3b8ad8;
--blue-damselfly:#2ca7d8;
--maldives:#00badb;
}