Color names in this palette
CSS code for this palette
/* CSS */
.skylark {
color: #c1e1f1;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.brink-pink {
color: #f85d7c;
}
.blue-mirage {
color: #5d6d7e;
}
.bright-khaki {
color: #f0e78e;
}
/* CSS Variables */
:root {
--skylark:#c1e1f1;
--apricot-glazed-chicken:#f5a524;
--brink-pink:#f85d7c;
--blue-mirage:#5d6d7e;
--bright-khaki:#f0e78e;
}