Color names in this palette
CSS code for this palette
/* CSS */
.baton-rouge {
color: #a03b6c;
}
.ponceau {
color: #f25a76;
}
.orange-grove {
color: #fbaf89;
}
.applesauce {
color: #f9d89a;
}
.daydream {
color: #e4ebad;
}
/* CSS Variables */
:root {
--baton-rouge:#a03b6c;
--ponceau:#f25a76;
--orange-grove:#fbaf89;
--applesauce:#f9d89a;
--daydream:#e4ebad;
}