CSS code for this palette
/* CSS */
.pressed-rose {
color: #f1a7a7;
}
.alesan {
color: #f1c1a7;
}
.boxwood-yellow {
color: #f1e5a2;
}
.cay {
color: #a4d2d5;
}
.island-light {
color: #a6c6ed;
}
/* CSS Variables */
:root {
--pressed-rose:#f1a7a7;
--alesan:#f1c1a7;
--boxwood-yellow:#f1e5a2;
--cay:#a4d2d5;
--island-light:#a6c6ed;
}