Color names in this palette
CSS code for this palette
/* CSS */
.blue-dam {
color: #a1c6d4;
}
.starflower-blue {
color: #509bb4;
}
.valley-of-glaciers {
color: #2b7e9c;
}
.apricot {
color: #f9b06c;
}
.bonfire-night {
color: #da6a3e;
}
/* CSS Variables */
:root {
--blue-dam:#a1c6d4;
--starflower-blue:#509bb4;
--valley-of-glaciers:#2b7e9c;
--apricot:#f9b06c;
--bonfire-night:#da6a3e;
}