Color names in this palette
CSS code for this palette
/* CSS */
.deep-sea-coral {
color: #d85c5a;
}
.sweet-pink {
color: #f1968e;
}
.fancy-flamingo {
color: #fcb0b0;
}
.porcelain-rose {
color: #e86d6d;
}
.eye-of-newt {
color: #b03b3b;
}
/* CSS Variables */
:root {
--deep-sea-coral:#d85c5a;
--sweet-pink:#f1968e;
--fancy-flamingo:#fcb0b0;
--porcelain-rose:#e86d6d;
--eye-of-newt:#b03b3b;
}