Color names in this palette
CSS code for this palette
/* CSS */
.star-sapphire {
color: #3b6b9b;
}
.rackley {
color: #5f8cab;
}
.arabella {
color: #7fabc3;
}
.schabziger-green {
color: #e2e5b8;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--star-sapphire:#3b6b9b;
--rackley:#5f8cab;
--arabella:#7fabc3;
--schabziger-green:#e2e5b8;
--maximum-yellow-red:#f1b74b;
}