Color names in this palette
CSS code for this palette
/* CSS */
.summer-cosmos {
color: #fad1df;
}
.squid-pink {
color: #f9b4bf;
}
.carnation {
color: #f97b92;
}
.ripe-malinka {
color: #f45d6e;
}
.geranium {
color: #d94a5b;
}
/* CSS Variables */
:root {
--summer-cosmos:#fad1df;
--squid-pink:#f9b4bf;
--carnation:#f97b92;
--ripe-malinka:#f45d6e;
--geranium:#d94a5b;
}