Color names in this palette
CSS code for this palette
/* CSS */
.majolica-blue {
color: #2e4a61;
}
.night-owl {
color: #5d7a89;
}
.bermuda-blue {
color: #8bb1c1;
}
.sweet-honey {
color: #d1a45c;
}
.pomegranate {
color: #c25751;
}
/* CSS Variables */
:root {
--majolica-blue:#2e4a61;
--night-owl:#5d7a89;
--bermuda-blue:#8bb1c1;
--sweet-honey:#d1a45c;
--pomegranate:#c25751;
}