Color names in this palette
CSS code for this palette
/* CSS */
.light-sky-babe {
color: #9fd0e0;
}
.ibis {
color: #f5b7c3;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.apricot-yellow {
color: #fbbd83;
}
.rosecco {
color: #eab8e4;
}
/* CSS Variables */
:root {
--light-sky-babe:#9fd0e0;
--ibis:#f5b7c3;
--enjoyable-yellow:#f6d6a7;
--apricot-yellow:#fbbd83;
--rosecco:#eab8e4;
}