Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-lace {
color: #1d5d8b;
}
.middle-blue {
color: #7dd1e8;
}
.mountain-laurel {
color: #f6c6d6;
}
.tangerine-cream {
color: #ff9f85;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sapphire-lace:#1d5d8b;
--middle-blue:#7dd1e8;
--mountain-laurel:#f6c6d6;
--tangerine-cream:#ff9f85;
--grapefruit-pulp:#ff6e61;
}