Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-lace {
color: #1d5d8b;
}
.atlantic-gull {
color: #4a93b0;
}
.aquamarine-blue {
color: #73d0e7;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sapphire-lace:#1d5d8b;
--atlantic-gull:#4a93b0;
--aquamarine-blue:#73d0e7;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}