Color names in this palette
CSS code for this palette
/* CSS */
.blue-tang {
color: #2b4c6e;
}
.atlantic-gull {
color: #4a8cb5;
}
.deluxe-days {
color: #89c7e6;
}
.glad-yellow {
color: #f2e0ab;
}
.first-date {
color: #f7b1a1;
}
/* CSS Variables */
:root {
--blue-tang:#2b4c6e;
--atlantic-gull:#4a8cb5;
--deluxe-days:#89c7e6;
--glad-yellow:#f2e0ab;
--first-date:#f7b1a1;
}