Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5a8c;
}
.boat-house {
color: #4a8cbf;
}
.norfolk-sky {
color: #6ebfe7;
}
.golden-apples {
color: #f2d950;
}
.citrus-blast {
color: #e0793e;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5a8c;
--boat-house:#4a8cbf;
--norfolk-sky:#6ebfe7;
--golden-apples:#f2d950;
--citrus-blast:#e0793e;
}