Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.antique-cameo {
color: #f0b6a3;
}
.vanilla-pudding {
color: #f5e06b;
}
.dodgeroll-gold {
color: #f39c12;
}
.langoustine {
color: #da502b;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--antique-cameo:#f0b6a3;
--vanilla-pudding:#f5e06b;
--dodgeroll-gold:#f39c12;
--langoustine:#da502b;
}