Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.sundown {
color: #f5c99e;
}
.whirlpool {
color: #a4daca;
}
.little-boy-blue {
color: #6996d8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--sundown:#f5c99e;
--whirlpool:#a4daca;
--little-boy-blue:#6996d8;
}