Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #df9fb5;
}
.coral-bisque {
color: #f6c6b1;
}
.ivory-oats {
color: #f8e4bf;
}
.ulthuan-grey {
color: #c5e2d9;
}
.light-sky-babe {
color: #9fd2df;
}
/* CSS Variables */
:root {
--blushing-tulip:#df9fb5;
--coral-bisque:#f6c6b1;
--ivory-oats:#f8e4bf;
--ulthuan-grey:#c5e2d9;
--light-sky-babe:#9fd2df;
}