Color names in this palette
CSS code for this palette
/* CSS */
.chill-of-the-night {
color: #1f6f8e;
}
.shylock {
color: #5bb9a7;
}
.mother-of-pearl-green {
color: #90e0a0;
}
.yellow-dragon {
color: #f5e27f;
}
.first-date {
color: #f7afa1;
}
/* CSS Variables */
:root {
--chill-of-the-night:#1f6f8e;
--shylock:#5bb9a7;
--mother-of-pearl-green:#90e0a0;
--yellow-dragon:#f5e27f;
--first-date:#f7afa1;
}