Color names in this palette
CSS code for this palette
/* CSS */
.two-harbours {
color: #bfd5e3;
}
.sterling-blue {
color: #a2b8c3;
}
.relaxing-blue {
color: #8a9ba8;
}
.garbanzo-bean {
color: #f2d5a6;
}
.plum-blossom {
color: #f2a1a1;
}
/* CSS Variables */
:root {
--two-harbours:#bfd5e3;
--sterling-blue:#a2b8c3;
--relaxing-blue:#8a9ba8;
--garbanzo-bean:#f2d5a6;
--plum-blossom:#f2a1a1;
}