Color names in this palette
CSS code for this palette
/* CSS */
.clear-night-sky {
color: #205083;
}
.boat-house {
color: #498dc1;
}
.fish-pond {
color: #81c5e9;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--clear-night-sky:#205083;
--boat-house:#498dc1;
--fish-pond:#81c5e9;
--apricot-glazed-chicken:#f5a524;
--breeze-of-chilli:#f76e6e;
}