Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1e1e3e;
}
.tangent-periwinkle {
color: #4f4f7d;
}
.php-purple {
color: #8d90bf;
}
.goldsmith {
color: #f2b650;
}
.sunlounge {
color: #d87f2c;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1e1e3e;
--tangent-periwinkle:#4f4f7d;
--php-purple:#8d90bf;
--goldsmith:#f2b650;
--sunlounge:#d87f2c;
}