Color names in this palette
CSS code for this palette
/* CSS */
.deeply-embarrassed {
color: #f0b2b2;
}
.precious {
color: #f0d9b2;
}
.butter-cookie {
color: #f0e4b2;
}
.crystal-river {
color: #b2e4f0;
}
.tropical-blue {
color: #b2c4f0;
}
/* CSS Variables */
:root {
--deeply-embarrassed:#f0b2b2;
--precious:#f0d9b2;
--butter-cookie:#f0e4b2;
--crystal-river:#b2e4f0;
--tropical-blue:#b2c4f0;
}