Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-blue {
color: #005fb8;
}
.blossom-blue {
color: #a8caf0;
}
.yellow-chalk {
color: #f3f7b1;
}
.ripe-lemon {
color: #f2d418;
}
.pure-red {
color: #d9291c;
}
/* CSS Variables */
:root {
--sapphire-blue:#005fb8;
--blossom-blue:#a8caf0;
--yellow-chalk:#f3f7b1;
--ripe-lemon:#f2d418;
--pure-red:#d9291c;
}