Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.blue-loneliness {
color: #4a6c82;
}
.salt-blue {
color: #7b9d9d;
}
.apple-cream {
color: #b8d9a5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--blue-loneliness:#4a6c82;
--salt-blue:#7b9d9d;
--apple-cream:#b8d9a5;
--solar-plexus-chakra:#f1c84b;
}