Color names in this palette
CSS code for this palette
/* CSS */
.lambent-lagoon {
color: #3c5990;
}
.deck-crew {
color: #5f7cab;
}
.sea-cliff {
color: #a6c5e2;
}
.james-blonde {
color: #f2e2b5;
}
.coral-silk {
color: #f2a27d;
}
/* CSS Variables */
:root {
--lambent-lagoon:#3c5990;
--deck-crew:#5f7cab;
--sea-cliff:#a6c5e2;
--james-blonde:#f2e2b5;
--coral-silk:#f2a27d;
}