Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.regale-blue {
color: #7eb4d7;
}
.waimea-blue {
color: #4a9bd9;
}
.bayern-blue {
color: #0096d6;
}
.star-command-blue {
color: #007ab8;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--regale-blue:#7eb4d7;
--waimea-blue:#4a9bd9;
--bayern-blue:#0096d6;
--star-command-blue:#007ab8;
}