Color names in this palette
CSS code for this palette
/* CSS */
.frozen-blue {
color: #a6c4d9;
}
.wizard-white {
color: #e1f1f9;
}
.opal {
color: #b1dfe2;
}
.musical-mist {
color: #f9e8e6;
}
.first-peach {
color: #f5c7c7;
}
/* CSS Variables */
:root {
--frozen-blue:#a6c4d9;
--wizard-white:#e1f1f9;
--opal:#b1dfe2;
--musical-mist:#f9e8e6;
--first-peach:#f5c7c7;
}