Color names in this palette
CSS code for this palette
/* CSS */
.butterscotch {
color: #f9b248;
}
.sunday-afternoon {
color: #f5c87a;
}
.venetian-yellow {
color: #f3e5a0;
}
.breeze-in-june {
color: #c5e0e8;
}
.sea-angel {
color: #8ab8c1;
}
/* CSS Variables */
:root {
--butterscotch:#f9b248;
--sunday-afternoon:#f5c87a;
--venetian-yellow:#f3e5a0;
--breeze-in-june:#c5e0e8;
--sea-angel:#8ab8c1;
}