Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1f4e70;
}
.blue-chaise {
color: #4c8fa9;
}
.french-pass {
color: #a3d5e0;
}
.maximum-yellow-red {
color: #f1b74b;
}
.scoville-high {
color: #e54b24;
}
/* CSS Variables */
:root {
--seafarer:#1f4e70;
--blue-chaise:#4c8fa9;
--french-pass:#a3d5e0;
--maximum-yellow-red:#f1b74b;
--scoville-high:#e54b24;
}