Color names in this palette
CSS code for this palette
/* CSS */
.dark-blue {
color: #2e5b7f;
}
.cossack-dancer {
color: #4d8ca3;
}
.iced-aqua {
color: #a6d3d9;
}
.champagne-bliss {
color: #f1e1c6;
}
.dusty-orange {
color: #e46c4e;
}
/* CSS Variables */
:root {
--dark-blue:#2e5b7f;
--cossack-dancer:#4d8ca3;
--iced-aqua:#a6d3d9;
--champagne-bliss:#f1e1c6;
--dusty-orange:#e46c4e;
}