Color names in this palette
CSS code for this palette
/* CSS */
.deeply-embarrassed {
color: #f0b2b2;
}
.soft-butter {
color: #f6e1b6;
}
.white-nectar {
color: #f7f9d7;
}
.new-heights {
color: #cee8f3;
}
.ganon-blue {
color: #a1dff7;
}
/* CSS Variables */
:root {
--deeply-embarrassed:#f0b2b2;
--soft-butter:#f6e1b6;
--white-nectar:#f7f9d7;
--new-heights:#cee8f3;
--ganon-blue:#a1dff7;
}