Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a6d8e3;
}
.manga-pink {
color: #f5b7d7;
}
.grapefruit-pulp {
color: #ff6e61;
}
.soviet-gold {
color: #ffd900;
}
.vitamin-c {
color: #ff9900;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a6d8e3;
--manga-pink:#f5b7d7;
--grapefruit-pulp:#ff6e61;
--soviet-gold:#ffd900;
--vitamin-c:#ff9900;
}