Color names in this palette
CSS code for this palette
/* CSS */
.deep-ultramarine {
color: #3b4c91;
}
.boat-house {
color: #4f8cba;
}
.soft-turquoise {
color: #72d1d5;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--deep-ultramarine:#3b4c91;
--boat-house:#4f8cba;
--soft-turquoise:#72d1d5;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}