Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f6a2af;
}
.pekin-chicken {
color: #f4d2a9;
}
.calla {
color: #f1e0b6;
}
.island-light {
color: #a6c6e8;
}
.chicago-blue {
color: #b5dbe8;
}
/* CSS Variables */
:root {
--simple-pink:#f6a2af;
--pekin-chicken:#f4d2a9;
--calla:#f1e0b6;
--island-light:#a6c6e8;
--chicago-blue:#b5dbe8;
}