Color names in this palette
CSS code for this palette
/* CSS */
.deco-pink {
color: #f8c4c9;
}
.fulgrim-pink {
color: #f2b1d1;
}
.rosecco {
color: #eab8e0;
}
.pretty-petunia {
color: #d3b2e0;
}
.atlantic-ocean {
color: #a6d8e3;
}
/* CSS Variables */
:root {
--deco-pink:#f8c4c9;
--fulgrim-pink:#f2b1d1;
--rosecco:#eab8e0;
--pretty-petunia:#d3b2e0;
--atlantic-ocean:#a6d8e3;
}