Color names in this palette
CSS code for this palette
/* CSS */
.light-pure-blue {
color: #c0d3d8;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.practical-beige {
color: #c8b09d;
}
.razzberries {
color: #d3788c;
}
.rockpool {
color: #4f9c9c;
}
/* CSS Variables */
:root {
--light-pure-blue:#c0d3d8;
--smooth-as-corn-silk:#f4e4b3;
--practical-beige:#c8b09d;
--razzberries:#d3788c;
--rockpool:#4f9c9c;
}