Color names in this palette
CSS code for this palette
/* CSS */
.raftsman {
color: #3b5d9b;
}
.granada-sky {
color: #5d7ebb;
}
.adrift-on-the-nile {
color: #8eb4e6;
}
.glitter-yellow {
color: #f9d75d;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--raftsman:#3b5d9b;
--granada-sky:#5d7ebb;
--adrift-on-the-nile:#8eb4e6;
--glitter-yellow:#f9d75d;
--apricot-glazed-chicken:#f5a524;
}