Color names in this palette
CSS code for this palette
/* CSS */
.misty-blue {
color: #b3c3c6;
}
.almost-mauve {
color: #e6d9d6;
}
.antique-cameo {
color: #f3b7a0;
}
.tea-light {
color: #f6e4c1;
}
.princess {
color: #f3a5b5;
}
/* CSS Variables */
:root {
--misty-blue:#b3c3c6;
--almost-mauve:#e6d9d6;
--antique-cameo:#f3b7a0;
--tea-light:#f6e4c1;
--princess:#f3a5b5;
}