Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f0b6a3;
}
.coral-cove {
color: #dfa39f;
}
.dusty-pink {
color: #d58b98;
}
.old-geranium {
color: #c4688c;
}
.our-little-secret {
color: #a64e7a;
}
/* CSS Variables */
:root {
--antique-cameo:#f0b6a3;
--coral-cove:#dfa39f;
--dusty-pink:#d58b98;
--old-geranium:#c4688c;
--our-little-secret:#a64e7a;
}