Color names in this palette
CSS code for this palette
/* CSS */
.early-forget-me-not {
color: #b9e4f3;
}
.atlantic-ocean {
color: #a4d7e5;
}
.petit-four {
color: #80b9d1;
}
.mountain-bluebird {
color: #4b9cbe;
}
.bateau {
color: #1e7999;
}
/* CSS Variables */
:root {
--early-forget-me-not:#b9e4f3;
--atlantic-ocean:#a4d7e5;
--petit-four:#80b9d1;
--mountain-bluebird:#4b9cbe;
--bateau:#1e7999;
}