Color names in this palette
CSS code for this palette
/* CSS */
.summer-waters {
color: #1d4f9a;
}
.atlantic-gull {
color: #4f8cb5;
}
.antigua-sand {
color: #85c3d1;
}
.banana-drama {
color: #f1d04b;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--summer-waters:#1d4f9a;
--atlantic-gull:#4f8cb5;
--antigua-sand:#85c3d1;
--banana-drama:#f1d04b;
--vampire-red:#d63f2e;
}