Color names in this palette
CSS code for this palette
/* CSS */
.butterscotch {
color: #f9b248;
}
.pensive-pink {
color: #eab6ae;
}
.baywater-blue {
color: #c8d8e4;
}
.high-style {
color: #a6b4d8;
}
.cottage-blue {
color: #7b9cc6;
}
/* CSS Variables */
:root {
--butterscotch:#f9b248;
--pensive-pink:#eab6ae;
--baywater-blue:#c8d8e4;
--high-style:#a6b4d8;
--cottage-blue:#7b9cc6;
}