Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.storm-lightning {
color: #f9e79f;
}
.corn-field {
color: #f6f3c6;
}
.cactus-spike {
color: #c4e0a3;
}
.mint-macaron {
color: #b1eaf2;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--storm-lightning:#f9e79f;
--corn-field:#f6f3c6;
--cactus-spike:#c4e0a3;
--mint-macaron:#b1eaf2;
}