Color names in this palette
CSS code for this palette
/* CSS */
.frozen-blue {
color: #a6c4d9;
}
.peaceful-night {
color: #d6e6e4;
}
.lolly-ice {
color: #a6d8d3;
}
.stucco-wall {
color: #f0b19e;
}
.remembrance {
color: #c99c9c;
}
/* CSS Variables */
:root {
--frozen-blue:#a6c4d9;
--peaceful-night:#d6e6e4;
--lolly-ice:#a6d8d3;
--stucco-wall:#f0b19e;
--remembrance:#c99c9c;
}