Color names in this palette
CSS code for this palette
/* CSS */
.blue-brocade {
color: #72b9d5;
}
.freezy-breezy {
color: #9af4e6;
}
.ice-crystal-blue {
color: #a6e1e3;
}
.envious-pastel {
color: #d7f9c3;
}
.rosy-nectar {
color: #f2c5e1;
}
/* CSS Variables */
:root {
--blue-brocade:#72b9d5;
--freezy-breezy:#9af4e6;
--ice-crystal-blue:#a6e1e3;
--envious-pastel:#d7f9c3;
--rosy-nectar:#f2c5e1;
}