Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a2d7d5;
}
.deco-rate {
color: #92c8c2;
}
.cold-front-green {
color: #81b1b1;
}
.oleander {
color: #f0c9c7;
}
.red-arremer {
color: #e64c4c;
}
/* CSS Variables */
:root {
--smooth-satin:#a2d7d5;
--deco-rate:#92c8c2;
--cold-front-green:#81b1b1;
--oleander:#f0c9c7;
--red-arremer:#e64c4c;
}