Color names in this palette
CSS code for this palette
/* CSS */
.barrel {
color: #f2b269;
}
.sport-yellow {
color: #f2d578;
}
.majestic-treasures {
color: #f2e9a1;
}
.fail-whale {
color: #98d0f1;
}
.cliff-blue {
color: #5a8bba;
}
/* CSS Variables */
:root {
--barrel:#f2b269;
--sport-yellow:#f2d578;
--majestic-treasures:#f2e9a1;
--fail-whale:#98d0f1;
--cliff-blue:#5a8bba;
}