Color names in this palette
CSS code for this palette
/* CSS */
.samoan-sun {
color: #f5b942;
}
.forsythia-blossom {
color: #f9d66c;
}
.beach-towel {
color: #fbe2b1;
}
.bulma-hair {
color: #329a6f;
}
.blue-highlight {
color: #2e498e;
}
/* CSS Variables */
:root {
--samoan-sun:#f5b942;
--forsythia-blossom:#f9d66c;
--beach-towel:#fbe2b1;
--bulma-hair:#329a6f;
--blue-highlight:#2e498e;
}