Color names in this palette
CSS code for this palette
/* CSS */
.emerald-crested-manakin {
color: #5b6d8f;
}
.forever-blue {
color: #8b9bb6;
}
.light-topaz-soft-blue {
color: #b4cbd9;
}
.butter-cookie {
color: #f0e4b2;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--emerald-crested-manakin:#5b6d8f;
--forever-blue:#8b9bb6;
--light-topaz-soft-blue:#b4cbd9;
--butter-cookie:#f0e4b2;
--calabrese:#f1a8a2;
}