Color names in this palette
CSS code for this palette
/* CSS */
.heisenberg-blue {
color: #6fd0f6;
}
.peaceful-river {
color: #3fa3d5;
}
.christmas-blue {
color: #2d8bbe;
}
.jazz-blue {
color: #1b6d9d;
}
.seashell-cove {
color: #0e4a7c;
}
/* CSS Variables */
:root {
--heisenberg-blue:#6fd0f6;
--peaceful-river:#3fa3d5;
--christmas-blue:#2d8bbe;
--jazz-blue:#1b6d9d;
--seashell-cove:#0e4a7c;
}