Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f0a3b9;
}
.belgian-waffle {
color: #f1dfb7;
}
.smooth-satin {
color: #a4d6d5;
}
.cyprus-green {
color: #6a9a89;
}
.nautical {
color: #2d4a7b;
}
/* CSS Variables */
:root {
--emperor-s-children:#f0a3b9;
--belgian-waffle:#f1dfb7;
--smooth-satin:#a4d6d5;
--cyprus-green:#6a9a89;
--nautical:#2d4a7b;
}