Color names in this palette
CSS code for this palette
/* CSS */
.mystic-pool {
color: #d5dfe2;
}
.blue-dam {
color: #a1c8d4;
}
.shinbashi {
color: #5bb8c8;
}
.sports-blue {
color: #3b9fb5;
}
.cranach-blue {
color: #2b7f8c;
}
/* CSS Variables */
:root {
--mystic-pool:#d5dfe2;
--blue-dam:#a1c8d4;
--shinbashi:#5bb8c8;
--sports-blue:#3b9fb5;
--cranach-blue:#2b7f8c;
}