Color names in this palette
CSS code for this palette
/* CSS */
.caribbean-blue {
color: #19b9e6;
}
.deep-aquamarine {
color: #7dd9e3;
}
.oasis-stream {
color: #a3f0e1;
}
.applesauce {
color: #f9d69a;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--caribbean-blue:#19b9e6;
--deep-aquamarine:#7dd9e3;
--oasis-stream:#a3f0e1;
--applesauce:#f9d69a;
--grapefruit-pulp:#ff6e61;
}