Color names in this palette
CSS code for this palette
/* CSS */
.deeply-embarrassed {
color: #f0b2b2;
}
.elastic-pink {
color: #eba3cf;
}
.light-orchid {
color: #e6a3d7;
}
.light-blue-glint {
color: #a8d3e1;
}
.norfolk-sky {
color: #69b7e8;
}
/* CSS Variables */
:root {
--deeply-embarrassed:#f0b2b2;
--elastic-pink:#eba3cf;
--light-orchid:#e6a3d7;
--light-blue-glint:#a8d3e1;
--norfolk-sky:#69b7e8;
}