Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-lace {
color: #1f5a8e;
}
.mountain-bluebird {
color: #4b9dc3;
}
.big-chill {
color: #7dcae8;
}
.flame-seal {
color: #f0e85c;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--sapphire-lace:#1f5a8e;
--mountain-bluebird:#4b9dc3;
--big-chill:#7dcae8;
--flame-seal:#f0e85c;
--apricot-glazed-chicken:#f5a524;
}