Color names in this palette
CSS code for this palette
/* CSS */
.just-blush {
color: #f9b6a4;
}
.lion-cub {
color: #f7caa6;
}
.open-sesame {
color: #f9e2a9;
}
.smooth-satin {
color: #a3d7d1;
}
.celestial-blue {
color: #2d4c6c;
}
/* CSS Variables */
:root {
--just-blush:#f9b6a4;
--lion-cub:#f7caa6;
--open-sesame:#f9e2a9;
--smooth-satin:#a3d7d1;
--celestial-blue:#2d4c6c;
}