Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1f3c5b;
}
.antilles-blue {
color: #3a5f8d;
}
.scott-base {
color: #6aa4c8;
}
.summertime {
color: #f1cf79;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--regal-blue:#1f3c5b;
--antilles-blue:#3a5f8d;
--scott-base:#6aa4c8;
--summertime:#f1cf79;
--squash-blossom:#f6b83c;
}