Color names in this palette
CSS code for this palette
/* CSS */
.mystic-blue {
color: #4dabd1;
}
.blue-raspberry-seed {
color: #3c9ec8;
}
.christmas-blue {
color: #2a91c0;
}
.mediterranean-blue {
color: #1a80b7;
}
.quarterdeck {
color: #0b70a2;
}
/* CSS Variables */
:root {
--mystic-blue:#4dabd1;
--blue-raspberry-seed:#3c9ec8;
--christmas-blue:#2a91c0;
--mediterranean-blue:#1a80b7;
--quarterdeck:#0b70a2;
}