Color names in this palette
CSS code for this palette
/* CSS */
.blue-heaven {
color: #5b7f95;
}
.iron-earth {
color: #8ba4a7;
}
.scandinavian-sky {
color: #c2d6d4;
}
.delicate-lace {
color: #f3e6d3;
}
.certain-peach {
color: #f5b9a3;
}
/* CSS Variables */
:root {
--blue-heaven:#5b7f95;
--iron-earth:#8ba4a7;
--scandinavian-sky:#c2d6d4;
--delicate-lace:#f3e6d3;
--certain-peach:#f5b9a3;
}