Color names in this palette
CSS code for this palette
/* CSS */
.goluboy-blue {
color: #8cb9e3;
}
.tanager-turquoise {
color: #92d9e8;
}
.gold-sand {
color: #f7e7a6;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--goluboy-blue:#8cb9e3;
--tanager-turquoise:#92d9e8;
--gold-sand:#f7e7a6;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}