Color names in this palette
CSS code for this palette
/* CSS */
.dive-in {
color: #3e4a89;
}
.loch-ness {
color: #5d6db6;
}
.queer-blue {
color: #89a9e1;
}
.break-the-ice {
color: #b2e0f0;
}
.sweetheart {
color: #f4c3d6;
}
/* CSS Variables */
:root {
--dive-in:#3e4a89;
--loch-ness:#5d6db6;
--queer-blue:#89a9e1;
--break-the-ice:#b2e0f0;
--sweetheart:#f4c3d6;
}