Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.gardenia {
color: #f1e7df;
}
.weathered-blue {
color: #d2e2f9;
}
.aqua-bay {
color: #b6e2c7;
}
.durango-dust {
color: #f9e29f;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--gardenia:#f1e7df;
--weathered-blue:#d2e2f9;
--aqua-bay:#b6e2c7;
--durango-dust:#f9e29f;
}