Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1b3c69;
}
.ship-s-harbour {
color: #4e89b1;
}
.petit-four {
color: #7ebbd3;
}
.beyond-the-clouds {
color: #aceefb;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--lucidity:#1b3c69;
--ship-s-harbour:#4e89b1;
--petit-four:#7ebbd3;
--beyond-the-clouds:#aceefb;
--creamy-sweet-corn:#f9c54e;
}