Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.blushing-tulip {
color: #df9fb5;
}
.bellini-fizz {
color: #f5c48e;
}
.peach-butter {
color: #fbaf3c;
}
.red-arremer {
color: #e25050;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--blushing-tulip:#df9fb5;
--bellini-fizz:#f5c48e;
--peach-butter:#fbaf3c;
--red-arremer:#e25050;
}