Color names in this palette
CSS code for this palette
/* CSS */
.mission-courtyard {
color: #f3d2b4;
}
.rozowy-pink {
color: #f2a6b8;
}
.monarch-orange {
color: #f29b69;
}
.pistachio-pudding {
color: #c8d7a7;
}
.ice-cube {
color: #b1e2d5;
}
/* CSS Variables */
:root {
--mission-courtyard:#f3d2b4;
--rozowy-pink:#f2a6b8;
--monarch-orange:#f29b69;
--pistachio-pudding:#c8d7a7;
--ice-cube:#b1e2d5;
}