Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.dazzling-blue {
color: #3b4d9b;
}
.prompt {
color: #5e7ab5;
}
.adrift-on-the-nile {
color: #8db3e2;
}
.durango-dust {
color: #f9e19f;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--dazzling-blue:#3b4d9b;
--prompt:#5e7ab5;
--adrift-on-the-nile:#8db3e2;
--durango-dust:#f9e19f;
}