Color names in this palette
CSS code for this palette
/* CSS */
.harmonious-rose {
color: #f7a1b8;
}
.lion-cub {
color: #f8caa5;
}
.midday-sun {
color: #ffe3a3;
}
.light-blue-glint {
color: #a8d3e1;
}
.regale-blue {
color: #7fb2d7;
}
/* CSS Variables */
:root {
--harmonious-rose:#f7a1b8;
--lion-cub:#f8caa5;
--midday-sun:#ffe3a3;
--light-blue-glint:#a8d3e1;
--regale-blue:#7fb2d7;
}