Color names in this palette
CSS code for this palette
/* CSS */
.frozen-blue {
color: #a6c4d9;
}
.basin-blue {
color: #bae1e3;
}
.whispering-frost {
color: #d6e6d7;
}
.martica {
color: #f3e4b9;
}
.precious-pink {
color: #f6b1b5;
}
/* CSS Variables */
:root {
--frozen-blue:#a6c4d9;
--basin-blue:#bae1e3;
--whispering-frost:#d6e6d7;
--martica:#f3e4b9;
--precious-pink:#f6b1b5;
}