Color names in this palette
CSS code for this palette
/* CSS */
.blushing-apricot {
color: #f9b9a4;
}
.sand-island {
color: #f6d1c1;
}
.delicate-lace {
color: #f2e5d4;
}
.break-the-ice {
color: #b4e1ee;
}
.blue-bay {
color: #5d9bd5;
}
/* CSS Variables */
:root {
--blushing-apricot:#f9b9a4;
--sand-island:#f6d1c1;
--delicate-lace:#f2e5d4;
--break-the-ice:#b4e1ee;
--blue-bay:#5d9bd5;
}