Color names in this palette
CSS code for this palette
/* CSS */
.biscuit-cream {
color: #f8cab4;
}
.forgotten-sunset {
color: #fdd4af;
}
.banana-yogurt {
color: #f9e8b4;
}
.bottlebrush-blossom {
color: #e9f5b2;
}
.azure-sky {
color: #b2e7f5;
}
/* CSS Variables */
:root {
--biscuit-cream:#f8cab4;
--forgotten-sunset:#fdd4af;
--banana-yogurt:#f9e8b4;
--bottlebrush-blossom:#e9f5b2;
--azure-sky:#b2e7f5;
}