Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f2b1d8;
}
.peach-orange {
color: #ffcc99;
}
.mouse-nose {
color: #ffe4b3;
}
.peasful-mint {
color: #c1f0c1;
}
.shiva-blue {
color: #99daff;
}
/* CSS Variables */
:root {
--soft-cashmere:#f2b1d8;
--peach-orange:#ffcc99;
--mouse-nose:#ffe4b3;
--peasful-mint:#c1f0c1;
--shiva-blue:#99daff;
}