Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a3d7d1;
}
.holly-glen {
color: #a2b9b5;
}
.indolence {
color: #9f9eae;
}
.soft-butter {
color: #f6e1b6;
}
.mystic-tulip {
color: #f7b7a1;
}
/* CSS Variables */
:root {
--smooth-satin:#a3d7d1;
--holly-glen:#a2b9b5;
--indolence:#9f9eae;
--soft-butter:#f6e1b6;
--mystic-tulip:#f7b7a1;
}