Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.affinity {
color: #ffd3a3;
}
.pickled-ginger {
color: #ffe057;
}
.grotesque-green {
color: #6feb84;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--wildflower-bouquet:#ffb3b3;
--affinity:#ffd3a3;
--pickled-ginger:#ffe057;
--grotesque-green:#6feb84;
}