Color names in this palette
CSS code for this palette
/* CSS */
.provincial-blue {
color: #5f7b91;
}
.sky-chase {
color: #a7c8d2;
}
.pineapple-delight {
color: #f0e8a8;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
.citrus-blast {
color: #e07b38;
}
/* CSS Variables */
:root {
--provincial-blue:#5f7b91;
--sky-chase:#a7c8d2;
--pineapple-delight:#f0e8a8;
--salted-caramel-popcorn:#f9b14e;
--citrus-blast:#e07b38;
}