Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1bf;
}
.sweet-lilac {
color: #eab8d1;
}
.euphoric-lilac {
color: #d8c7db;
}
.ode-to-green {
color: #b9e4d8;
}
.downy {
color: #6fd3c0;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1bf;
--sweet-lilac:#eab8d1;
--euphoric-lilac:#d8c7db;
--ode-to-green:#b9e4d8;
--downy:#6fd3c0;
}