Color names in this palette
CSS code for this palette
/* CSS */
.april-blush {
color: #f6d0db;
}
.hopeful {
color: #f2d4e2;
}
.frothy-milk {
color: #faede5;
}
.barely-butter {
color: #f6e7c1;
}
.bleached-apricot {
color: #fac6ad;
}
/* CSS Variables */
:root {
--april-blush:#f6d0db;
--hopeful:#f2d4e2;
--frothy-milk:#faede5;
--barely-butter:#f6e7c1;
--bleached-apricot:#fac6ad;
}