Color names in this palette
CSS code for this palette
/* CSS */
.magical-merlin {
color: #3e8ada;
}
.blue-damselfly {
color: #2ea1d6;
}
.deluxe-days {
color: #8cc5e8;
}
.ashton-blue {
color: #4b79b4;
}
.cascade-twilight {
color: #2c4496;
}
/* CSS Variables */
:root {
--magical-merlin:#3e8ada;
--blue-damselfly:#2ea1d6;
--deluxe-days:#8cc5e8;
--ashton-blue:#4b79b4;
--cascade-twilight:#2c4496;
}