Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.spirit-mountain {
color: #6a8d9a;
}
.cloudy-valley {
color: #b0c6d8;
}
.marigold-dust {
color: #f4cf3e;
}
.sorbus {
color: #e06e38;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--spirit-mountain:#6a8d9a;
--cloudy-valley:#b0c6d8;
--marigold-dust:#f4cf3e;
--sorbus:#e06e38;
}