Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.english-rose {
color: #f4c6c3;
}
.mette-penne {
color: #f9e1d2;
}
.stone-path {
color: #e5f1e4;
}
.break-the-ice {
color: #b2e0f0;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--english-rose:#f4c6c3;
--mette-penne:#f9e1d2;
--stone-path:#e5f1e4;
--break-the-ice:#b2e0f0;
}