Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.bali-sand {
color: #f6e7d5;
}
.light-budgie-blue {
color: #a1d6e8;
}
.blue-dart-frog {
color: #3b7e9b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--bali-sand:#f6e7d5;
--light-budgie-blue:#a1d6e8;
--blue-dart-frog:#3b7e9b;
}