Color names in this palette
CSS code for this palette
/* CSS */
.larkspur-bouquet {
color: #7a8dbd;
}
.echo-blue {
color: #a4b2d0;
}
.dust-of-the-moon {
color: #d0c8df;
}
.french-vanilla {
color: #f1e1a7;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--larkspur-bouquet:#7a8dbd;
--echo-blue:#a4b2d0;
--dust-of-the-moon:#d0c8df;
--french-vanilla:#f1e1a7;
--calabrese:#f1a8a2;
}