Color names in this palette
CSS code for this palette
/* CSS */
.jaguar-rose {
color: #f0b3b2;
}
.coral-bisque {
color: #f6c5b1;
}
.satin-latour {
color: #f9d9ae;
}
.cake-dough {
color: #fce1a6;
}
.spanish-lace {
color: #fde8c9;
}
/* CSS Variables */
:root {
--jaguar-rose:#f0b3b2;
--coral-bisque:#f6c5b1;
--satin-latour:#f9d9ae;
--cake-dough:#fce1a6;
--spanish-lace:#fde8c9;
}