Color names in this palette
CSS code for this palette
/* CSS */
.madder-red {
color: #b42d2d;
}
.bright-midnight-blue {
color: #1d4a72;
}
.mallorca-blue {
color: #4f7d92;
}
.frozen-whisper {
color: #8fbedc;
}
.phellodendron-amurense {
color: #f8c23a;
}
/* CSS Variables */
:root {
--madder-red:#b42d2d;
--bright-midnight-blue:#1d4a72;
--mallorca-blue:#4f7d92;
--frozen-whisper:#8fbedc;
--phellodendron-amurense:#f8c23a;
}