Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.dazzling-blue {
color: #3b499b;
}
.prompt {
color: #5c7db2;
}
.simply-posh {
color: #86b8d5;
}
.blizzard-blue {
color: #a3e1f0;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--dazzling-blue:#3b499b;
--prompt:#5c7db2;
--simply-posh:#86b8d5;
--blizzard-blue:#a3e1f0;
}