Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2c1;
}
.midday {
color: #f8d88b;
}
.green-gooseberry {
color: #afdf9f;
}
.summer-soft-blue {
color: #90d3d5;
}
.aqueous {
color: #3c8e9a;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2c1;
--midday:#f8d88b;
--green-gooseberry:#afdf9f;
--summer-soft-blue:#90d3d5;
--aqueous:#3c8e9a;
}