Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a2d6e7;
}
.mystic-tulip {
color: #f7b5a1;
}
.yippie-ya-yellow {
color: #f7f5a1;
}
.durango-dust {
color: #f9e19f;
}
.salmon-beauty {
color: #f9c7b4;
}
/* CSS Variables */
:root {
--nevada-sky:#a2d6e7;
--mystic-tulip:#f7b5a1;
--yippie-ya-yellow:#f7f5a1;
--durango-dust:#f9e19f;
--salmon-beauty:#f9c7b4;
}