Color names in this palette
CSS code for this palette
/* CSS */
.surf-the-web {
color: #1f3a7f;
}
.star-sapphire {
color: #406ba0;
}
.broom-butterfly-blue {
color: #6fb1d8;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.exuberant-orange {
color: #f25d2c;
}
/* CSS Variables */
:root {
--surf-the-web:#1f3a7f;
--star-sapphire:#406ba0;
--broom-butterfly-blue:#6fb1d8;
--apricot-glazed-chicken:#f5a524;
--exuberant-orange:#f25d2c;
}