Color names in this palette
CSS code for this palette
/* CSS */
.late-afternoon {
color: #f6a937;
}
.go-bananas {
color: #f7ca50;
}
.pineapple-juice {
color: #f8e67c;
}
.dingy-sticky-note {
color: #e2f5a3;
}
.ode-to-green {
color: #b4e9d8;
}
/* CSS Variables */
:root {
--late-afternoon:#f6a937;
--go-bananas:#f7ca50;
--pineapple-juice:#f8e67c;
--dingy-sticky-note:#e2f5a3;
--ode-to-green:#b4e9d8;
}