Color names in this palette
CSS code for this palette
/* CSS */
.theatre-blue {
color: #1e4e7b;
}
.adrift {
color: #498d9c;
}
.pool-blue {
color: #65c3b3;
}
.sorreno-lemon {
color: #f0d55c;
}
.sea-nettle {
color: #f27b31;
}
/* CSS Variables */
:root {
--theatre-blue:#1e4e7b;
--adrift:#498d9c;
--pool-blue:#65c3b3;
--sorreno-lemon:#f0d55c;
--sea-nettle:#f27b31;
}