Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1b2a69;
}
.bluebonnet-frost {
color: #4b6caf;
}
.boudoir-blue {
color: #7b9edb;
}
.blue-rice {
color: #b1d3f1;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--mythical-night:#1b2a69;
--bluebonnet-frost:#4b6caf;
--boudoir-blue:#7b9edb;
--blue-rice:#b1d3f1;
--apricot-glazed-chicken:#f5a524;
}