Color names in this palette
CSS code for this palette
/* CSS */
.canoe-blue {
color: #1b5074;
}
.navagio-bay {
color: #3890b2;
}
.squeaky {
color: #6bc5d6;
}
.blizzard-blue {
color: #a5e5e9;
}
.peaceful-rain {
color: #f1f8f4;
}
/* CSS Variables */
:root {
--canoe-blue:#1b5074;
--navagio-bay:#3890b2;
--squeaky:#6bc5d6;
--blizzard-blue:#a5e5e9;
--peaceful-rain:#f1f8f4;
}