Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a4d6d6;
}
.mystic-tulip {
color: #f6b8a2;
}
.phoenix-fossil {
color: #f6d79d;
}
.star-studded {
color: #f8ebaf;
}
.thistle {
color: #d8c0d8;
}
/* CSS Variables */
:root {
--smooth-satin:#a4d6d6;
--mystic-tulip:#f6b8a2;
--phoenix-fossil:#f6d79d;
--star-studded:#f8ebaf;
--thistle:#d8c0d8;
}