Color names in this palette
CSS code for this palette
/* CSS */
.st-patrick-s-blue {
color: #2b2c7d;
}
.persian-jewel {
color: #6a7bb9;
}
.airborne {
color: #a1c1d4;
}
.ibis {
color: #f1b1c2;
}
.forsythia-blossom {
color: #f8d86d;
}
/* CSS Variables */
:root {
--st-patrick-s-blue:#2b2c7d;
--persian-jewel:#6a7bb9;
--airborne:#a1c1d4;
--ibis:#f1b1c2;
--forsythia-blossom:#f8d86d;
}