Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.antilles-blue {
color: #3b5e8c;
}
.ship-s-harbour {
color: #4f88b0;
}
.lucea {
color: #7bb1e0;
}
.antique-wicker-basket {
color: #f1d3a2;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--antilles-blue:#3b5e8c;
--ship-s-harbour:#4f88b0;
--lucea:#7bb1e0;
--antique-wicker-basket:#f1d3a2;
}