Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5a8c;
}
.tropic {
color: #4a87b0;
}
.arctic-ocean {
color: #6cc3d0;
}
.refreshing-pool {
color: #b7e6e6;
}
.biscuit-cream {
color: #f7cab6;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5a8c;
--tropic:#4a87b0;
--arctic-ocean:#6cc3d0;
--refreshing-pool:#b7e6e6;
--biscuit-cream:#f7cab6;
}