Color names in this palette
CSS code for this palette
/* CSS */
.light-sky-babe {
color: #a1d0e2;
}
.embrace {
color: #e7b8a6;
}
.oriole-yellow {
color: #f6d579;
}
.peach-bud {
color: #f9b1ae;
}
.sugar-coral {
color: #f56676;
}
/* CSS Variables */
:root {
--light-sky-babe:#a1d0e2;
--embrace:#e7b8a6;
--oriole-yellow:#f6d579;
--peach-bud:#f9b1ae;
--sugar-coral:#f56676;
}