Color names in this palette
CSS code for this palette
/* CSS */
.tropical {
color: #a8e6ce;
}
.herbal-mist {
color: #d0e7d0;
}
.warming-peach {
color: #e4b5a0;
}
.cornflower-lilac {
color: #ffadad;
}
.kisses-and-hugs {
color: #ff667d;
}
/* CSS Variables */
:root {
--tropical:#a8e6ce;
--herbal-mist:#d0e7d0;
--warming-peach:#e4b5a0;
--cornflower-lilac:#ffadad;
--kisses-and-hugs:#ff667d;
}