Color names in this palette
CSS code for this palette
/* CSS */
.secret-cove {
color: #698e9b;
}
.ginninderra {
color: #b1d2c1;
}
.informal-ivory {
color: #f1e7d0;
}
.channel {
color: #f1c4c0;
}
.strawberry-milkshake {
color: #d66b89;
}
/* CSS Variables */
:root {
--secret-cove:#698e9b;
--ginninderra:#b1d2c1;
--informal-ivory:#f1e7d0;
--channel:#f1c4c0;
--strawberry-milkshake:#d66b89;
}