Color names in this palette
CSS code for this palette
/* CSS */
.mountain-bluebird {
color: #4b9dc3;
}
.bluebrite {
color: #6dbbd9;
}
.icicle-mint {
color: #d0e7e5;
}
.engulfed-in-light {
color: #f6f3ea;
}
.sugar-cane-dahlia {
color: #f7c1c0;
}
/* CSS Variables */
:root {
--mountain-bluebird:#4b9dc3;
--bluebrite:#6dbbd9;
--icicle-mint:#d0e7e5;
--engulfed-in-light:#f6f3ea;
--sugar-cane-dahlia:#f7c1c0;
}