Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3d5c;
}
.singing-the-blues {
color: #294a6a;
}
.berry-pie {
color: #4f6c8c;
}
.sky-babe {
color: #88c1d8;
}
.duckling {
color: #f7b059;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3d5c;
--singing-the-blues:#294a6a;
--berry-pie:#4f6c8c;
--sky-babe:#88c1d8;
--duckling:#f7b059;
}