Color names in this palette
CSS code for this palette
/* CSS */
.baby-bunting {
color: #a9c9ea;
}
.blue-refrain {
color: #b1d8e7;
}
.child-of-light {
color: #f1f5f8;
}
.rose-elegance {
color: #e8a1b7;
}
.roseate-spoonbill {
color: #e4afc3;
}
/* CSS Variables */
:root {
--baby-bunting:#a9c9ea;
--blue-refrain:#b1d8e7;
--child-of-light:#f1f5f8;
--rose-elegance:#e8a1b7;
--roseate-spoonbill:#e4afc3;
}