Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.somewhere-in-a-fairytale {
color: #d19bd9;
}
.prickly-purple {
color: #a66abe;
}
.amaranth-purple {
color: #6b3f8d;
}
.deep-plum {
color: #4a2c59;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--somewhere-in-a-fairytale:#d19bd9;
--prickly-purple:#a66abe;
--amaranth-purple:#6b3f8d;
--deep-plum:#4a2c59;
}