Color names in this palette
CSS code for this palette
/* CSS */
.blue-heaven {
color: #5b809a;
}
.two-harbours {
color: #bfd5e3;
}
.pink-hydrangea {
color: #f5c3bc;
}
.creole-cottage {
color: #e7b798;
}
.fired-brick {
color: #7b2d30;
}
/* CSS Variables */
:root {
--blue-heaven:#5b809a;
--two-harbours:#bfd5e3;
--pink-hydrangea:#f5c3bc;
--creole-cottage:#e7b798;
--fired-brick:#7b2d30;
}