Color names in this palette
CSS code for this palette
/* CSS */
.delicate-ice {
color: #b6d2e2;
}
.mr-frosty {
color: #a3c7dc;
}
.regale-blue {
color: #7db7d4;
}
.surgical {
color: #5ba0c2;
}
.cendre-blue {
color: #3b7ea0;
}
/* CSS Variables */
:root {
--delicate-ice:#b6d2e2;
--mr-frosty:#a3c7dc;
--regale-blue:#7db7d4;
--surgical:#5ba0c2;
--cendre-blue:#3b7ea0;
}