Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1f3c56;
}
.brittany-blue {
color: #4b7e8b;
}
.kingfisher-turquoise {
color: #78b4b5;
}
.welcoming-wasp {
color: #f0a800;
}
.royal-flycatcher-crest {
color: #f06c00;
}
/* CSS Variables */
:root {
--regal-blue:#1f3c56;
--brittany-blue:#4b7e8b;
--kingfisher-turquoise:#78b4b5;
--welcoming-wasp:#f0a800;
--royal-flycatcher-crest:#f06c00;
}