Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.orange-grove {
color: #fbb08e;
}
.afternoon {
color: #fbce79;
}
.grandiflora-rose {
color: #e0e9af;
}
.blair {
color: #a1c2e3;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--orange-grove:#fbb08e;
--afternoon:#fbce79;
--grandiflora-rose:#e0e9af;
--blair:#a1c2e3;
}