Color names in this palette
CSS code for this palette
/* CSS */
.dancing-sea {
color: #1a4c8e;
}
.boat-house {
color: #4e8dc1;
}
.bliss-blue {
color: #7bc9e5;
}
.french-pass {
color: #a3d4e0;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--dancing-sea:#1a4c8e;
--boat-house:#4e8dc1;
--bliss-blue:#7bc9e5;
--french-pass:#a3d4e0;
--american-yellow:#f5b400;
}