Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a7c7e7;
}
.diamond-white {
color: #e1f1f4;
}
.silver-bird {
color: #f9f5f1;
}
.mandys-pink {
color: #f5b59e;
}
.meat {
color: #f07f81;
}
/* CSS Variables */
:root {
--island-light:#a7c7e7;
--diamond-white:#e1f1f4;
--silver-bird:#f9f5f1;
--mandys-pink:#f5b59e;
--meat:#f07f81;
}