Color names in this palette
CSS code for this palette
/* CSS */
.frozen-tundra {
color: #a1c2c9;
}
.antique-cameo {
color: #f0b6a3;
}
.storm-lightning {
color: #f9e59f;
}
.squash-blossom {
color: #f6b83c;
}
.fuchsia-kiss {
color: #c76b9e;
}
/* CSS Variables */
:root {
--frozen-tundra:#a1c2c9;
--antique-cameo:#f0b6a3;
--storm-lightning:#f9e59f;
--squash-blossom:#f6b83c;
--fuchsia-kiss:#c76b9e;
}