Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-rind {
color: #f08d3d;
}
.squash-blossom {
color: #f6b83c;
}
.boxwood-yellow {
color: #f1e5a2;
}
.light-budgie-blue {
color: #a0d4e9;
}
.atlantic-gull {
color: #4e93b1;
}
/* CSS Variables */
:root {
--mandarin-rind:#f08d3d;
--squash-blossom:#f6b83c;
--boxwood-yellow:#f1e5a2;
--light-budgie-blue:#a0d4e9;
--atlantic-gull:#4e93b1;
}