Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.sweet-lilac {
color: #eab8d1;
}
.new-violet {
color: #d7c3df;
}
.template {
color: #a9cae5;
}
.turkish-turquoise {
color: #77d6e9;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--sweet-lilac:#eab8d1;
--new-violet:#d7c3df;
--template:#a9cae5;
--turkish-turquoise:#77d6e9;
}