Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.purple-thorn {
color: #f0b7c2;
}
.grapefruit-pulp {
color: #ff6e61;
}
.soviet-gold {
color: #ffd900;
}
.relaxation-green {
color: #a4d4a1;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--purple-thorn:#f0b7c2;
--grapefruit-pulp:#ff6e61;
--soviet-gold:#ffd900;
--relaxation-green:#a4d4a1;
}