Color names in this palette
CSS code for this palette
/* CSS */
.oyster-pink {
color: #d4b6af;
}
.sweet-orange {
color: #eac9b3;
}
.siamese-kitten {
color: #f0e2d6;
}
.radome-tan {
color: #f2c7a1;
}
.mahogany-rose {
color: #c59b91;
}
/* CSS Variables */
:root {
--oyster-pink:#d4b6af;
--sweet-orange:#eac9b3;
--siamese-kitten:#f0e2d6;
--radome-tan:#f2c7a1;
--mahogany-rose:#c59b91;
}