Color names in this palette
CSS code for this palette
/* CSS */
.soft-satin {
color: #efc3ce;
}
.coral-silk {
color: #f2a07d;
}
.tropical-lagoon {
color: #2198b0;
}
.lucidity {
color: #1e446b;
}
.new-orleans {
color: #e3c187;
}
/* CSS Variables */
:root {
--soft-satin:#efc3ce;
--coral-silk:#f2a07d;
--tropical-lagoon:#2198b0;
--lucidity:#1e446b;
--new-orleans:#e3c187;
}