Color names in this palette
CSS code for this palette
/* CSS */
.throat-chakra {
color: #6cd5d4;
}
.certain-peach {
color: #f5b9a3;
}
.pineapple-delight {
color: #f0e8a8;
}
.prettiest-pink {
color: #e6a3c7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--throat-chakra:#6cd5d4;
--certain-peach:#f5b9a3;
--pineapple-delight:#f0e8a8;
--prettiest-pink:#e6a3c7;
--creamy-sweet-corn:#f9c54e;
}