Color names in this palette
CSS code for this palette
/* CSS */
.blue-heaven {
color: #5b7f9a;
}
.elevated {
color: #b1c3d3;
}
.calabrese {
color: #efa6a4;
}
.toasted-coconut {
color: #ebc3a3;
}
.gobi-sand {
color: #d5a86d;
}
/* CSS Variables */
:root {
--blue-heaven:#5b7f9a;
--elevated:#b1c3d3;
--calabrese:#efa6a4;
--toasted-coconut:#ebc3a3;
--gobi-sand:#d5a86d;
}