Color names in this palette
CSS code for this palette
/* CSS */
.heirloom-apricot {
color: #f6c0a7;
}
.pink-marshmallow {
color: #f2b5d4;
}
.durango-dust {
color: #f9e49f;
}
.butterfly {
color: #c9e2a2;
}
.blue-click {
color: #a6d6e8;
}
/* CSS Variables */
:root {
--heirloom-apricot:#f6c0a7;
--pink-marshmallow:#f2b5d4;
--durango-dust:#f9e49f;
--butterfly:#c9e2a2;
--blue-click:#a6d6e8;
}