Color names in this palette
CSS code for this palette
/* CSS */
.dwindling-damon {
color: #f0e0e6;
}
.cloudy-valley {
color: #b3c7d6;
}
.hawaiian-sky {
color: #7ea4b9;
}
.storm-blue {
color: #507d9b;
}
.deep-ocean {
color: #2a4b60;
}
/* CSS Variables */
:root {
--dwindling-damon:#f0e0e6;
--cloudy-valley:#b3c7d6;
--hawaiian-sky:#7ea4b9;
--storm-blue:#507d9b;
--deep-ocean:#2a4b60;
}