Color names in this palette
CSS code for this palette
/* CSS */
.dwindling-damon {
color: #f0e0e6;
}
.breezy-blue {
color: #b9d9e4;
}
.blue-dam {
color: #a5c6d5;
}
.cerulean-frost {
color: #6d9dc5;
}
.star-spangled {
color: #3a5978;
}
/* CSS Variables */
:root {
--dwindling-damon:#f0e0e6;
--breezy-blue:#b9d9e4;
--blue-dam:#a5c6d5;
--cerulean-frost:#6d9dc5;
--star-spangled:#3a5978;
}