Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.portuguese-blue {
color: #3c5d96;
}
.georgian-revival-blue {
color: #5e8da1;
}
.spindle {
color: #b1c1d8;
}
.afterglow {
color: #f2e2c4;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--portuguese-blue:#3c5d96;
--georgian-revival-blue:#5e8da1;
--spindle:#b1c1d8;
--afterglow:#f2e2c4;
}