Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #203c56;
}
.sailor-s-bay {
color: #4a6e8c;
}
.posey-blue {
color: #a3b6c8;
}
.yellow-currant {
color: #f5c56b;
}
.vampire-red {
color: #d83c31;
}
/* CSS Variables */
:root {
--regal-blue:#203c56;
--sailor-s-bay:#4a6e8c;
--posey-blue:#a3b6c8;
--yellow-currant:#f5c56b;
--vampire-red:#d83c31;
}