Color names in this palette
CSS code for this palette
/* CSS */
.baby-bunting {
color: #a9c9ea;
}
.pale-whale {
color: #b8d1e0;
}
.clear-vision {
color: #e4f2f6;
}
.almond-kiss {
color: #f7e4d4;
}
.hydrangea-pink {
color: #e8b5c8;
}
/* CSS Variables */
:root {
--baby-bunting:#a9c9ea;
--pale-whale:#b8d1e0;
--clear-vision:#e4f2f6;
--almond-kiss:#f7e4d4;
--hydrangea-pink:#e8b5c8;
}