Color names in this palette
CSS code for this palette
/* CSS */
.channel {
color: #f0c1c2;
}
.sweet-lilac {
color: #eab8d1;
}
.pierogi {
color: #f4d68a;
}
.first-date {
color: #f7b2a1;
}
.storm-lightning {
color: #f9e59f;
}
/* CSS Variables */
:root {
--channel:#f0c1c2;
--sweet-lilac:#eab8d1;
--pierogi:#f4d68a;
--first-date:#f7b2a1;
--storm-lightning:#f9e59f;
}