Color names in this palette
CSS code for this palette
/* CSS */
.secret-cove {
color: #698e9b;
}
.mohair-soft-blue-grey {
color: #98b3b9;
}
.scandinavian-sky {
color: #c2d3d6;
}
.oyster-bisque {
color: #f2e4b1;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--secret-cove:#698e9b;
--mohair-soft-blue-grey:#98b3b9;
--scandinavian-sky:#c2d3d6;
--oyster-bisque:#f2e4b1;
--calabrese:#f1a8a2;
}