Color names in this palette
CSS code for this palette
/* CSS */
.mystic-blue {
color: #4dabd1;
}
.nevada-sky {
color: #a0dae9;
}
.smooth-as-corn-silk {
color: #f6e5b1;
}
.peach-bud {
color: #f9b1ae;
}
.flame-stitch {
color: #d95d45;
}
/* CSS Variables */
:root {
--mystic-blue:#4dabd1;
--nevada-sky:#a0dae9;
--smooth-as-corn-silk:#f6e5b1;
--peach-bud:#f9b1ae;
--flame-stitch:#d95d45;
}