Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a3d4d7;
}
.cascade-green {
color: #9fc6b8;
}
.lion-cub {
color: #f9cfa4;
}
.autumn-orange {
color: #f29e50;
}
.lippie {
color: #d06c6c;
}
/* CSS Variables */
:root {
--smooth-satin:#a3d4d7;
--cascade-green:#9fc6b8;
--lion-cub:#f9cfa4;
--autumn-orange:#f29e50;
--lippie:#d06c6c;
}