Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4e6b;
}
.aqueous {
color: #3a8e9c;
}
.aquamarine-blue {
color: #71d7e0;
}
.butterfield {
color: #f6c05a;
}
.strawberry-avalanche {
color: #f0523d;
}
/* CSS Variables */
:root {
--seafarer:#1e4e6b;
--aqueous:#3a8e9c;
--aquamarine-blue:#71d7e0;
--butterfield:#f6c05a;
--strawberry-avalanche:#f0523d;
}