Color names in this palette
CSS code for this palette
/* CSS */
.aragonite-blue {
color: #6992b0;
}
.light-budgie-blue {
color: #9ed5e5;
}
.quilt-gold {
color: #e8c468;
}
.candy-heart-pink {
color: #f6a2a2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--aragonite-blue:#6992b0;
--light-budgie-blue:#9ed5e5;
--quilt-gold:#e8c468;
--candy-heart-pink:#f6a2a2;
--creamy-sweet-corn:#f9c54e;
}