Color names in this palette
CSS code for this palette
/* CSS */
.corydalis-blue {
color: #9fc7d6;
}
.seascape-green {
color: #b8e2e5;
}
.let-it-snow {
color: #d8f2f3;
}
.whitest-white {
color: #f7faf5;
}
.heirloom-lace {
color: #f6e5d5;
}
/* CSS Variables */
:root {
--corydalis-blue:#9fc7d6;
--seascape-green:#b8e2e5;
--let-it-snow:#d8f2f3;
--whitest-white:#f7faf5;
--heirloom-lace:#f6e5d5;
}