Color names in this palette
CSS code for this palette
/* CSS */
.blue-dahlia {
color: #405d9c;
}
.blue-heaven {
color: #5b7f9a;
}
.lorian {
color: #8ebbbe;
}
.cream-custard {
color: #f1d6b1;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--blue-dahlia:#405d9c;
--blue-heaven:#5b7f9a;
--lorian:#8ebbbe;
--cream-custard:#f1d6b1;
--shrimp-cocktail:#f4a462;
}