Color names in this palette
CSS code for this palette
/* CSS */
.frozen-blue {
color: #a6c4d9;
}
.marsh-fog {
color: #c5d8c7;
}
.venetian-yellow {
color: #f7e1a1;
}
.rosy-outlook {
color: #f5ae9e;
}
.pink-fit {
color: #fba7b1;
}
/* CSS Variables */
:root {
--frozen-blue:#a6c4d9;
--marsh-fog:#c5d8c7;
--venetian-yellow:#f7e1a1;
--rosy-outlook:#f5ae9e;
--pink-fit:#fba7b1;
}