Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.goluboy-blue {
color: #89b7e1;
}
.cousteau {
color: #55a6d8;
}
.boyzone {
color: #2b93d4;
}
.star-command-blue {
color: #007ab8;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--goluboy-blue:#89b7e1;
--cousteau:#55a6d8;
--boyzone:#2b93d4;
--star-command-blue:#007ab8;
}