Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2c4;
}
.cymophane-yellow {
color: #f1e5a7;
}
.atlantic-ocean {
color: #a5d7e3;
}
.young-bamboo {
color: #69bf8a;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2c4;
--cymophane-yellow:#f1e5a7;
--atlantic-ocean:#a5d7e3;
--young-bamboo:#69bf8a;
--creamy-sweet-corn:#f9c54e;
}