Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b8eec;
}
.aztec-glimmer {
color: #e7b34b;
}
.alfajor-brown {
color: #a65030;
}
.queen-s {
color: #7d6f9b;
}
.himalaya-peaks {
color: #e4eaf1;
}
/* CSS Variables */
:root {
--olympic-blue:#4b8eec;
--aztec-glimmer:#e7b34b;
--alfajor-brown:#a65030;
--queen-s:#7d6f9b;
--himalaya-peaks:#e4eaf1;
}