Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.blue-angels-yellow {
color: #fab700;
}
.forsythia-blossom {
color: #f9d66c;
}
.light-pecan-pine {
color: #f1e8e4;
}
.schiaparelli-pink {
color: #e84594;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--blue-angels-yellow:#fab700;
--forsythia-blossom:#f9d66c;
--light-pecan-pine:#f1e8e4;
--schiaparelli-pink:#e84594;
}