Color names in this palette
CSS code for this palette
/* CSS */
.misty-mountains {
color: #c1d0e7;
}
.baby-bunting {
color: #aac6e9;
}
.greek-sea {
color: #71a3e5;
}
.maximum-yellow-red {
color: #f1b74b;
}
.highlighter-red {
color: #e94e53;
}
/* CSS Variables */
:root {
--misty-mountains:#c1d0e7;
--baby-bunting:#aac6e9;
--greek-sea:#71a3e5;
--maximum-yellow-red:#f1b74b;
--highlighter-red:#e94e53;
}