Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1f3c5b;
}
.san-marino {
color: #496d9c;
}
.sky-high {
color: #a1c1e8;
}
.forsythia-blossom {
color: #f5d76b;
}
.fiery-salmon {
color: #f86868;
}
/* CSS Variables */
:root {
--regal-blue:#1f3c5b;
--san-marino:#496d9c;
--sky-high:#a1c1e8;
--forsythia-blossom:#f5d76b;
--fiery-salmon:#f86868;
}